This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
allow build
and watch
tasks to run if required folders not found
#12
Labels
Currently, if you don't have the folders expected by the
build
andwatch
tasks, they will fail. If a project does not require static files or html compilation, we should fail to build their project.The folders expected by slipcast and their default values can be found in
config/slipcast.js
:scripts/build/css.js
file (withwatch
andbuild
commands) to run without aconfig.folders.css
folder as long as there are no css/sass files mentioned in the slipcast config.scripts/build/js.js
file (withwatch
andbuild
commands) to run without aconfig.folders.js
folder as long as there are no js files mentioned in the slipcast config.scripts/build/html.js
file (withwatch
andbuild
commands) to run if bothconfig.folders.pages
andconfig.folders.views
are not available.build
task to complete ifconfig.folders.static
is not available.The text was updated successfully, but these errors were encountered: