0.0.3 • Published 5 years ago

@marknotton/gulp-tasks v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Gulp Tasks

Made For NPM Made For Gulp

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!