I have an AngularJS project that I recently switched to brunch, where all the templates are stored in the side of the javascript tree.
Example:
js/ -- main/ ----main.js ----main.html --sub/ ----sub,js ----sub.html
I was not able to figure out how to configure Brunch.io to extract html files from js tree and publish them under shared /
As a workaround, I copied the js tree in the assets and deleted all the js files.
I would like to save templates with js files if possible.
source share