antwarjs / antwar

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

Hook up `webpack-notifier` #43

Closed bebraw closed 8 years ago

bebraw commented 9 years ago

See https://www.npmjs.com/package/webpack-notifier . This should help us to give nicer output in case theme or something fails during development.

bebraw commented 9 years ago

I'm still a bit unsure whether or not this should go to the core. Maybe it's better to hook this up with the default boilerplate?

eldh commented 9 years ago

It could go in core with config option to toggle it on/off?

bebraw commented 9 years ago

Generally options are bad design. I would start by hooking it up with boilerplate. If it's actually useful, maybe we can move it to the core.

eldh commented 9 years ago

sounds good.

bebraw commented 8 years ago

Given it's possible to extend the configuration freely through site configuration now, this can be solved in user space.