refill-task-clean
v1.1.0
Published
Clean gulp task in Refill format
Readme
Refill task clean
Clean task in Refill format. It can be used to clean output directories for generated code.
Shields
Installation
npm install --save refill-task-clean refill gulpExample
Refill task clean is used in Refill for angular
How to use it
Just put this code in gulpfile.js
require('refill')({
'clean': {
task: require('refill-task-clean')
}
}, require('gulp'), {}, getOutputDir)API
Make sure you understand how Refill works
getOutputDir
getOutputDir is function that returns path to directory that will be cleared.
