mirror of
https://github.com/grafana/grafana.git
synced 2025-09-23 18:52:33 +08:00
dev building and optimized builds work
This commit is contained in:
@ -2,9 +2,9 @@ module.exports = function(config) {
|
||||
return {
|
||||
dest: {
|
||||
expand: true,
|
||||
src: ['**/*.js', '!dashboards/*.js', '!vendor/jquery/**/*.js'],
|
||||
dest: '<%= destDir %>',
|
||||
cwd: '<%= destDir %>',
|
||||
src: ['**/*.js', '!dashboards/*.js', '!vendor/**/*.js'],
|
||||
dest: '<%= genDir %>',
|
||||
cwd: '<%= genDir %>',
|
||||
options: {
|
||||
quite: true,
|
||||
compress: {},
|
||||
|
Reference in New Issue
Block a user