antwarjs / antwar

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

Allow scripts to be loaded on site level through configuration #75

Closed bebraw closed 8 years ago

bebraw commented 9 years ago

There should be some section in configuration that allows us to define which scripts to load and from where. This is handy for loading vendor deps (ie. React and such) used by page specific dependencies.

bebraw commented 8 years ago

This should be possible now that you can implement custom layouts. It might take some further thought but at least now the user has full control over the base template and its customization.