shailendra333 / webutilities

Automatically exported from code.google.com/p/webutilities
0 stars 0 forks source link

Error while trying to use minification and consolidation together #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tried to use minification and consolidation of multiple http requests together, 
but an error occurs when the minification filter 
(com.googlecode.webutilities.filters.YUIMinFilter)encounters the URL which is 
meant for consolidation servlet 
(com.googlecode.webutilities.servlets.JSCSSMergeServlet). I think the reason is 
the URL for the JSCSSMergeServlet does  not point to any specific java script 
file and the YUIMinFilter tries to get the file to minify it. Is there any 
solution to use minification/compression together?

Original issue reported on code.google.com by siddhart...@gmail.com on 18 May 2012 at 1:52

GoogleCodeExporter commented 9 years ago
Sorry I'meant minification and consolidation together?

Original comment by siddhart...@gmail.com on 18 May 2012 at 1:53

GoogleCodeExporter commented 9 years ago
The problem was the Javascript file had some braces missing and that led to a 
problem during minification. Hence this defect can be considered Invalid

Original comment by siddhart...@gmail.com on 21 May 2012 at 10:44

GoogleCodeExporter commented 9 years ago

Original comment by rr.patil...@gmail.com on 21 May 2012 at 10:46