Migrated from ngmin to ngAnnotate

This commit is contained in:
Torkel Ödegaard
2015-02-03 13:36:04 +01:00
parent 1ca4ecc241
commit 858d7be8cf
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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',