UNPKG

generator-blt

Version:
13 lines (8 loc) 207 B
'use strict'; var fs = require('fs-extra'); module.exports = function() { if (this.props.blt_clean) { // Remove blt directory fs.remove(this.destinationPath(this.buildDir)); } };