gwm-if
v0.1.0
Published
gulp-web-modules conditional wrapper plugin
Downloads
4
Maintainers
Readme
gwm-if
gulp-web-modules conditional wrapper plugin based on build type or custom behavior
Usage
var uglify = require('gwm-uglify');
...
plugins: [
base: [
...
gwmIf(uglify(), 'prod')
This will include the 'uglify' plugin if the build type is 'prod'