-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
integrating square in dev workflow #19
Comments
1 you can just do 3 you can override the extensions that are watched in the configuration: {
"configuration": {
"dist": "/www/site/output/pewpew.{ext}",
"watch": [] // empty array to watch all the files, or an array with file extensions to watch
}
},
"bundle": {
.. your files ..
}
} 4 There is no such option, what you would want to configure there? |
Thanks for answers.
Thanks for answers once again! Cheers, |
|
Thanks.
|
Hi,
I researched many of asset builders in node and every one of them sucks. Square seems to be the closest I'm looking for, but I'd like to know how do you handle following situations:
using square in dev mode - watching for file changes and automatic recompilation, but without concatenatic/minifying files as want to have better debugging capabilities
producing some sort of manifest.json which would contain all filenames of compiled files , so could easily use it in express to reference those files.
do I have to watch for css and js changes files separately via square --watch ?
how to pass aditional options to stylus preprocessor config ?
should I use stylus @import or square comments with import directives?
Cheers,
Tadek
The text was updated successfully, but these errors were encountered: