mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Modularize grunt tasks
This commit is contained in:
6
tasks/options/clean.js
Normal file
6
tasks/options/clean.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = function(config) {
|
||||
return {
|
||||
on_start: ['<%= destDir %>', '<%= tempDir %>'],
|
||||
temp: ['<%= tempDir %>'],
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user