mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:42:51 +08:00
dev building and optimized builds work
This commit is contained in:
@ -2,7 +2,7 @@ module.exports = function(config) {
|
||||
return {
|
||||
build: {
|
||||
expand: true,
|
||||
cwd:'<%= tempDir %>',
|
||||
cwd:'<%= genDir %>',
|
||||
src: [
|
||||
'app/controllers/**/*.js',
|
||||
'app/plugins/**/*.js',
|
||||
@ -15,7 +15,7 @@ module.exports = function(config) {
|
||||
'app/app.js',
|
||||
'vendor/angular/**/*.js',
|
||||
],
|
||||
dest: '<%= tempDir %>'
|
||||
dest: '<%= genDir %>'
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user