npm install html2js-browserify
some.html
<html><body><h1>dude!</h1></body></html>
app.js
var html = require('./some.html');
console.log(html);
Then
# browserify -t html2js-browserify app.js
-
minify
if set to true, will minify the HTML. All other options are passed through to html-minifier.browserify -t [html2js-browserify --minify --collapseWhitespace] app.js
Featurist provides full stack, feature driven development teams. Want to join us? Check out our career opportunities.