gulp-este-bare
v0.1.5
Published
Gulp task to set an Este.js project to a bare state
Readme
gulp-este-bare
Gulp task to turn your Este.js project into a clean state (without the demo related files).
This package exists because we didn't want to "pollute" Este's codebase with all files that need to be modified/deleted to get bare state.
Install
npm install gulp-este-bareConfig
In gulpfile.babel.js:
import {bare} from 'gulp-este-bare';
Usage
gulp bare
Licence
MIT © Cyril Bioley
