2016-10-04 20:39:20 -07:00
|
|
|
/**
|
|
|
|
* @license
|
|
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
*/
|
|
|
|
|
2015-01-06 15:19:22 -08:00
|
|
|
module.exports = function(gulp, plugins, config) {
|
2016-10-04 20:39:20 -07:00
|
|
|
return function(done) { del(config.path, done); };
|
2015-01-06 15:19:22 -08:00
|
|
|
};
|