Closed garrettr closed 7 years ago
This looks great! Prior to merge I'll test two scenarios:
If both those work out, then we're gold. If not, I'll report problems back here.
Okay this worked against the existing site and the server setup from scratch. LGTM :+1: for merge.
Teamwork! :train:
Improvements to gulp for both production and development workflows.
To build production assets, run
gulp build:production
. To use gulp in development, just rungulp
as before.Known issues
gulp js:production
is slow (~30 seconds to run). This appears to be the fault of using the es2015 presets for babelify, but as far as I can tell this is necessary because we use a smattering of es2015 features throughout the code.uglify
fails unless we use the es2015 presets.