0.0.3 • Published 7 years ago
@marknotton/gulp-tasks v0.0.3
Gulp Tasks
A private collection of Gulp tasks commonly used within internal projects.
Installation
npm i @marknotton/gulp-tasks --save-devconst 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!