@marknotton/gulp-tasks

0.0.3 • Public • Published

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!

Package Sidebar

Install

npm i @marknotton/gulp-tasks

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

37.3 kB

Total Files

13

Last publish

Collaborators

  • marknotton