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.
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.