0.3.8 • Published 9 years ago

gulp-blueprint v0.3.8

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

gulp-blueprint

npm Travis Code Climate Code Climate npm npm

David David

Installation

$ npm install --save-dev gulp-blueprint

Description

This package can be used to setup many common gulp tasks.
Features:

Usage

gulpfile.js

var blueprint = require('gulp-blueprint');

blueprint();

Options

You can pass an options object to blueprint().

  • buildInto string defaults to 'public', specify the build folder
  • assets string defaults to 'assets', specify where assets can be found
  • vendor string defaults to 'vendor', specify where vendor files can be found
  • app string defaults to 'app/client', specify where your client-side JavaScript can be found
  • templates boolean defaults to true, whether Angular templates should be converted to JavaScript
  • proxy string defaults to 'localhost:8000', proxy option for Browsersync.

Test

$ npm install -g mocha  
$ mocha

Author

marc1404

License

MIT