angus icon indicating copy to clipboard operation
angus copied to clipboard

Possible to include concatenated but unminified script

Open bsparks opened this issue 10 years ago • 0 comments

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.

bsparks avatar Aug 29 '14 19:08 bsparks