gulp-blueprint

0.3.8 • Public • Published

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

Package Sidebar

Install

npm i gulp-blueprint

Weekly Downloads

1

Version

0.3.8

License

MIT

Last publish

Collaborators

  • marc1404