1.1.3 • Published 9 years ago

easy-gulp-task v1.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

easy-gulp-task

Easily take tasks that compile ES6 and less files into ./dist folder with inline sourcemaps, autoprefixer, etc, into gulpfile.

npm.io


Files folder

ECMAScript 2015 / 6

input ./src/**/*.js

ouput ./dist/**/*.js


Less

input ./src/**/*.less

ouput ./dist/**/*.less


Example

Pleasurazy/easy-gulp-task-example