sllvn / deglassified

Cataloguing businesses with policies against Google Glass.
3 stars 0 forks source link

Create gulp tasks for frontend #2

Open sllvn opened 10 years ago

sllvn commented 10 years ago

On dev, we have multiple script includes, on prod, we have a single minified script. How do we reconcile this in HTML? http://stackoverflow.com/questions/12401998/have-grunt-generate-index-html-for-different-setups/14970339#14970339 has some potential solutions for a Grunt project. Is there a gulp equivalent for grunt-preprocess or grunt-env?