2016-10-04 23:39:20 -04: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 18:19:22 -05:00
|
|
|
module.exports = function(gulp, plugins, config) {
|
2016-10-04 23:39:20 -04:00
|
|
|
return function(done) { del(config.path, done); };
|
2015-01-06 18:19:22 -05:00
|
|
|
};
|