Open GoogleCodeExporter opened 8 years ago
This is actually fixable if you're willing to build from source:
in the com\granule\CompressTagHandler.java there's a piece of code saying:
String newText = "<script src=\"" + ...
change that to:
String newText = "<script type=\"text/javascript\" src=\"" + ...
and you should be fine. (just rebuild using ant).
Original comment by martijn....@gmail.com
on 28 Dec 2011 at 11:01
I did. Its just that the default should be that type is included (otherwise its
not valid html)
Original comment by ragnar.r...@gmail.com
on 28 Dec 2011 at 12:14
I can confirm that the addition of the type attribute is necessary to get my
jquerymobile app running.
Original comment by yglodt
on 8 Jun 2012 at 12:00
I confirm that the procedure given by martijn....@gmail.com works flawlessly.
Original comment by daria...@gmail.com
on 6 Jul 2012 at 12:48
Original issue reported on code.google.com by
ragnar.r...@gmail.com
on 27 Jun 2011 at 8:01