Repository URL to install this package:
|
Version:
1.0.0 ▾
|
@doodle/proxy
/
gulpfile.js
|
|---|
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;