]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
refactor: move the customizer ZIPing to `customizer:zip` and `customizer:clean` 11454/head
authorNicolas Coden <nicolas@ncoden.fr>
Wed, 15 Aug 2018 20:42:05 +0000 (22:42 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Wed, 15 Aug 2018 20:49:14 +0000 (22:49 +0200)
commit6b12883d6c16a3a22bb20a9a6539637e407fcd5d
tree4ac54170bb81446e0cea3477b525d43cd44f6214
parent80c6def1fd87c2793f6e9dd1664332363e864d41
refactor: move the customizer ZIPing to `customizer:zip` and `customizer:clean`

The `finish` gulp event is an stream internal event and is not suitable to chain tasks.

Changes:
- Move the custom ZIP file generation to the `customizer:zip` task
- Move the cleaning of the customizer build directory to `customizer:clean` task
gulp/tasks/customizer.js