@marknotton/gulp-tasks
v0.0.3
Published
A private collection of Gulp tasks commonly used within internal projects.
Downloads
4
Maintainers
Readme
Gulp Tasks
A private collection of Gulp tasks commonly used within internal projects.
Installation
npm i @marknotton/gulp-tasks --save-dev
const tasks = require('@marknotton/gulp-tasks');
gulp.task('sass', tasks.sass)
gulp.task('scripts', tasks.scripts)
gulp.task('vendors', tasks.vendors)
gulp.task('es5', tasks.es5)
gulp.task('react', tasks.react)
gulp.task('symbols', tasks.symbols)
gulp.task('serve', tasks.serve)
gulp.task('config', tasks.config)
TODO: Transpile with Babel so that this can actually be used!