mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 08:09:11 +08:00
dev building and optimized builds work
This commit is contained in:
@ -6,13 +6,13 @@ module.exports = function(config) {
|
||||
collapseWhitespace: true
|
||||
},
|
||||
expand: true,
|
||||
cwd: '<%= tempDir %>',
|
||||
cwd: '<%= genDir %>',
|
||||
src: [
|
||||
//'index.html',
|
||||
'app/panels/**/*.html',
|
||||
'app/partials/**/*.html'
|
||||
],
|
||||
dest: '<%= tempDir %>'
|
||||
dest: '<%= genDir %>'
|
||||
}
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user