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.
npm install gulp-este-bareIn gulpfile.babel.js:
import {bare} from 'gulp-este-bare';gulp bare
MIT © Cyril Bioley