gruntjs - Split Concatenated, Minified, Uglified JavaScript into Multiple Files with Grunt -


right now, have grunt task building out js application. uses useminprepare/usemin control concat, minify, , uglify process, , outputs result single output file. works great our application.

now we're trying performance tuning on application, , hope split concatenated, minfied, or uglified javascript n separate files. n optimal size files concurrently fly through network cdn browser fast possible.

has tried split uglified javascript multiple files before? best approach doing this?


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -