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
Post a Comment