Brunch plugin to read your HTML files as strings in JS.
npm install inline-html-brunchBrunch plugin to read your HTML files as strings in JS.
``sh`
npm install inline-html-brunch --save-dev
`js`
define(['./my-html-file'],function(htmlStr){
});
Note that Brunch removes the extension, so don't include the .html in the require`.
* [ ] Allow for whitelisting and blacklisting folders.