You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
I was following the instructions for additionalTasks and used code almost identical to the sample code in that section, but noticed that when I next ran blendid, while it did execute my custom tasks, it just exited after building the site, instead of starting a server and watching files for changes.
I think I was able to resolve this by adding 'watch' to the end of my additionalTasks.development.prebuild array, so it might be worth documenting in the readme.
The text was updated successfully, but these errors were encountered:
where postbuild is empty, postbuild will halt the sequence of tasks. This is probably a function of gulpSequence. Blendid's task source looks like this.
I was following the instructions for
additionalTasks
and used code almost identical to the sample code in that section, but noticed that when I next ranblendid
, while it did execute my custom tasks, it just exited after building the site, instead of starting a server and watching files for changes.I think I was able to resolve this by adding
'watch'
to the end of myadditionalTasks.development.prebuild
array, so it might be worth documenting in the readme.The text was updated successfully, but these errors were encountered: