diff options
Diffstat (limited to 'semantic/tasks/clean.js')
| -rw-r--r-- | semantic/tasks/clean.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/semantic/tasks/clean.js b/semantic/tasks/clean.js deleted file mode 100644 index 262cf21..0000000 --- a/semantic/tasks/clean.js +++ /dev/null @@ -1,14 +0,0 @@ -/******************************* - Clean Task -*******************************/ - -var - del = require('del'), - config = require('./config/user'), - tasks = require('./config/tasks') -; - -// cleans distribution files -module.exports = function() { - return del([config.paths.clean], tasks.settings.del); -};
\ No newline at end of file |