]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
refactor: split the docs build task to `docs:pages` and `docs:search`
authorNicolas Coden <nicolas@ncoden.fr>
Wed, 15 Aug 2018 20:39:26 +0000 (22:39 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Wed, 15 Aug 2018 20:49:05 +0000 (22:49 +0200)
commit80c6def1fd87c2793f6e9dd1664332363e864d41
tree926b98d0ac0cbcc6686afe8f5cc87fa8e951cfc1
parent6c45b451e9ea4692b58208b53b3676519f6e62c2
refactor: split the docs build task to `docs:pages` and `docs:search`

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

Changes:
- Move pages building to the `docs:pages` and `docs:pages:all` subtasks
- Move search entries building to the `docs:search` subtask
gulp/tasks/docs.js