UNPKG

universal-web-template

Version:

An universal web proejct template - let you quickly set up a project using Handlebars, sass and ReactJS for front-end templating. It can be adopted with most modern CMS.

19 lines (12 loc) 223 B
/* jshint node: true */ /* build:clean Task Clean all build directories and files */ 'use strict'; var del = require('del'); module.exports = function() { return del([ this.opts.config.compile.root ]); };