angular2-production-workflow icon indicating copy to clipboard operation
angular2-production-workflow copied to clipboard

The HTML archives not copied to dist folder

Open eriquito2208 opened this issue 8 years ago • 2 comments

eriquito2208 avatar Jan 23 '17 21:01 eriquito2208

I am having the same issue too. HTML files are not copied during concatenation/minification process

nareshurs avatar Jan 30 '17 22:01 nareshurs

I got html files packaged and relative paths accessible if encodeNames:false in gulp buildStatic. Ofcourse html is packaged only if we use require("..html")

nareshurs avatar Jan 31 '17 16:01 nareshurs