nickjanssen / angus

Declarative build tool for the web.
http://slides.com/nickjanssen/declarative-build-configurations
211 stars 13 forks source link

Possible to include concatenated but unminified script #11

Open bsparks opened 10 years ago

bsparks commented 10 years ago

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

<script src="/js/app.js"></script>

would be great for me.