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 was archived by the owner on Jul 19, 2019. It is now read-only.
Currently, if you don't have the folders expected by the build and watch 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:
We should allow scripts/build/css.js file (with watch and build commands) to run without a config.folders.css folder as long as there are no css/sass files mentioned in the slipcast config.
We should allow scripts/build/js.js file (with watch and build commands) to run without a config.folders.js folder as long as there are no js files mentioned in the slipcast config.
We should allow scripts/build/html.js file (with watch and build commands) to run if both config.folders.pages and config.folders.views are not available.
We should allow the build task to complete if config.folders.static is not available.