2.1.1 • Published 8 years ago

gulp-neuron-dest v2.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Build Status

gulp-neuron-dest

The gulp.dest replacement for neuron.js solutions.

It copies and encrypts static resources according to neuron.config.js of the project.

Install

$ npm install gulp-neuron-dest --save

Usage

var dest = require('gulp-neuron-dest');
gulp.src('/path/to/style.css')
  .pipe(dest(options));
  • options
    • cache_file: path if specified, the file in the cache will skip building. And the cache_file will be saved when process.exit();

License

MIT

2.1.1

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago