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 Nov 27, 2018. It is now read-only.
I no longer maintaining this project as I no more working with this technology. I would suggest using https://webpack.js.org/ or similar bundler for the task.
To answer you question directly, with my current understanding in dev mode the files are not compile, they are attached as-is, not minified and not contacted (for dev mode).
You will get minified files only in production mode. For production mode you want to compile the files only ones, in moment of deploying. In README you can found instructions how to do this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Will the compilation of css and js done automatically when it detects changes on the source files?
Sample folder structure:
[source files]
/public
/css
/css1.css
/css2.css
/js
/js1.js
/js2.js
[build files]
/public
/build
/css/build.min.css
/js/build.min.js
The text was updated successfully, but these errors were encountered: