Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@doodle/proxy / gulpfile.js
Size: Mime:
const { clean, build, watch, scripts } = require('@doodle/project-dev/gulpfile');

exports.clean = clean;
exports.build = build;
exports.watch = watch;
exports.scripts = scripts;
exports.default = build;