antwarjs / antwar

A static site generator built with React and Webpack.
https://antwar.js.org/
MIT License
460 stars 35 forks source link

Drop old asset architecture #68

Closed bebraw closed 7 years ago

bebraw commented 9 years ago

Drop old asset architecture (fixed to assets) - there's a better system in place already. Just need to make themes aware of that.

bebraw commented 9 years ago

Just realized there needs to be some copying (ie. main.css). We may want to allow the user to define where to copy these files instead of defaulting to assets.

Postponing till we know better.

bebraw commented 7 years ago

Done. Assets are managed by webpack now. If you need to copy things, use a webpack copy plugin.