jaketrent / html-webpack-template

a better default template for html-webpack-plugin
MIT License
830 stars 139 forks source link

Integrate external manifest file #14

Closed tusharmath closed 8 years ago

tusharmath commented 8 years ago

How do the example load manifest file?

https://github.com/jaketrent/html-webpack-template/blob/master/index.ejs#L2

jaketrent commented 8 years ago

@tusharmath That's a good question. I believe that's just an artifact from the template I based this off of. I can't remember which one that is. I usually just glance over those lines and haven't even documented it. If you figure it out, let's add it to the docs.

bebraw commented 8 years ago

You could try pushing this issue upstream or using git blame against the original template at html-webpack-plugin. That alone might explain it.

jaketrent commented 8 years ago

I don't have a ton of context on this, and it's not moving. Closing for now. Reopen if you have suggestions/code for how to proceed. Thanks!