UNPKG

rainbowjs

Version:

JavaScript color library to create color schemes based on color theory harmonies

15 lines (12 loc) 272 B
'use strict'; const gulp = require('./gulp')([ 'browserify', 'watch', 'test', 'minify', 'bower', 'clean' ]); gulp.task('build', ['clean', 'browserify', 'minify', 'bower']); gulp.task('develop', ['test', 'watch']); gulp.task('default', ['test']);