electron-userland / electron-compilers

DEPRECATED: Compiler implementations for electron-compile
35 stars 55 forks source link

Restrict parsing of script tags to unspecified or known MIME types #13

Closed kylestetz closed 8 years ago

kylestetz commented 8 years ago

Using a more specific cheerio selector to look for script tags with type="text/javascript" or no type specified. Tested and working with handlebars!

anaisbetts commented 8 years ago

:+1: :sparkles: