angus
angus copied to clipboard
Declarative build tool for the web.
updates for the new commands, version since mine didnt want to update
Possible to add support for a better CSS precompiler? :)
On a fresh install of `0.8.1` ``` bash angus create my-app cd my-app angus dev ``` I'm now pointing my browser to http://localhost:9000 and it works fine. Now I make...
either "speaker" or "wav" or both cause a complete hang in Windows. I have stubbed the sound function in my local to bypass it.
I prefer to just include the concatenated file, but not minified, during development. I don't need all the million script files loaded in a separate script tag. just ``` ```...
This seems like a good idea. Why is it limited to client-side code? Can I configure Angus in a way that would allow me to use it for NPM libraries...
By using `--depth 1` when running `bower install`, it can clone vendor repos more quickly.