static-dev / spike-core

:warning: UNMAINTAINED :warning: A modern static build tool, powered by webpack
https://spike.js.org
Other
58 stars 9 forks source link

Production Builds #137

Closed jescalan closed 8 years ago

jescalan commented 8 years ago

So I think it's worth taking a look at how we would potentially run production builds through spike. Like minifying stuff, compiling to different targets, etc. Ideally, we'd be able to provide a app.production.js file to go along with our default template as we do with roots 😁

jescalan commented 8 years ago

This is happening here: https://github.com/static-dev/spike-tpl-base/pull/31