bedeoverend / gulp-process-inline

Gulp plugin to extract and restore partials from HTML files
3 stars 0 forks source link

Fix parsing of JS on restore #1

Closed bedeoverend closed 8 years ago

bedeoverend commented 8 years ago

Looks like cheerio is struggling with certain JS when restoring.

e.g. for(var o=0;o<r.length;o++) restores to: for(var o=0;o