angus
angus copied to clipboard
Possible to include concatenated but unminified script
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.