paolochiodi / htmlcompressor

A work in progress port of google's htmlcompressor.jar
Other
150 stars 26 forks source link

Reinstert skipped sections before building the rest of the html #29

Closed danielcooper closed 6 years ago

danielcooper commented 9 years ago

This fixes a bug were onclick events (and similar) would be output as their substitutions (ie, %%%~COMPRESS~EVENT~2~%%%) if they were inside a javascript template.

This is because the skipped sections were not added back into the html before the rest of the reinsertions.

paolochiodi commented 6 years ago

merged manually