Feature #4757
Minify/Join JavaScripts and Stylesheets
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Complexity:
Normal
SCRUM pts - complexity:
?
Related issues
Associated revisions
History
Updated by Laurent Opprecht almost 9 years ago
Cheers Julio,
You can have a look at the ClosureCompiler in lib . This is a proxy to google's minimifier.
Updated by Julio Montoya almost 9 years ago
Well it seams that the yuicompresor is not GPL compatible ...
Updated by Julio Montoya almost 9 years ago
this symfony2 bundler does the thing,
https://github.com/kriswallsmith/assetic
we can add "filters" and use GoogleClosure, Yui\CssCompressorFilter, Coffeescript, LESS everything! :)
Updated by Julio Montoya almost 9 years ago
- Status changed from New to Assigned
- Assignee set to Julio Montoya
- Priority changed from Low to Normal
- Target version set to 1.9 Beta
Updated by Yannick Warnier almost 9 years ago
This is absolutely not a priority for BeezNest. I don't mind if it takes 5 minutes, but any type of optimization will cause more complexity for debug and I don't fancy that.
Updated by Julio Montoya almost 9 years ago
- Status changed from Assigned to New
- Assignee deleted (
Julio Montoya) - Target version deleted (
1.9 Beta)
Updated by Yannick Warnier almost 9 years ago
(it also usually generates errors with IE7 or even IE8 which handle the order of items differently)
Updated by Julio Montoya about 7 years ago
- Subject changed from Minify JavaScripts and Stylesheets to Minify/Join JavaScripts and Stylesheets
Using simple js see #4757 and #5634