0.0.6 • Published 9 years ago
ao-gulp-tasks v0.0.6
Gulp Tasks
This is a collection of tasks that I am maintaining to use accross several projects.
Prerequisites
##Installation
npm install ao-gulp-tasks --save-devnpm install babel-eslint --save-devnpm install babel-preset-es2015 --save-devnpm install gulp --save-devnpm install gulp-babel --save-devnpm install gulp-require-tasks --save-devnpm install gulp-sass --save-dev
Include gulpfile.example.js in the root of your project and remove "example" from the file name.
Build commands
Scripts currently support Babel
Styles currently support Sass
gulp build:scriptsgulp build:stylesgulp build:all
Watch commands
gulp watch:scriptsgulp watch:stylesgulp watch:all