Migrated from ngmin to ngAnnotate
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ module.exports = function(grunt) {
|
||||
'ngtemplates',
|
||||
'cssmin:build',
|
||||
'build:grafanaVersion',
|
||||
'ngmin:build',
|
||||
'ngAnnotate:build',
|
||||
'requirejs:build',
|
||||
'concat:js',
|
||||
'filerev',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
module.exports = function(config) {
|
||||
return {
|
||||
build: {
|
||||
expand:true,
|
||||
expand: true,
|
||||
cwd:'<%= tempDir %>',
|
||||
src: [
|
||||
'app/controllers/**/*.js',
|
||||
Reference in New Issue
Block a user