UWHealth / smph-department-sites

SMPH Department Sites Templates
http://uwhealth.github.io/smph-department-sites/
1 stars 1 forks source link

Automatically output .min versions #58

Open Cleecanth opened 8 years ago

Cleecanth commented 8 years ago

Instead of having separate gulp tasks for development(non-minified) and minified assets (js and css), gulp should just generate both. This will allow users to just make the switch in the html.

Should probably continue to include the "prod" task in case a user just wants minified assets though.