Commit 858d7be8 by Torkel Ödegaard

Migrated from ngmin to ngAnnotate

parent 1ca4ecc2
......@@ -30,6 +30,7 @@
"grunt-filerev": "^0.2.1",
"grunt-git-describe": "~2.3.2",
"grunt-karma": "~0.8.3",
"grunt-ng-annotate": "^0.9.2",
"grunt-ngmin": "0.0.3",
"grunt-string-replace": "~0.2.4",
"grunt-usemin": "^2.1.1",
......@@ -44,7 +45,7 @@
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.2.2",
"karma-mocha": "~0.1.4",
"karma-phantomjs-launcher": "~0.1.1",
"karma-phantomjs-launcher": "~0.1.4",
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"load-grunt-tasks": "~0.2.0",
......
......@@ -14,7 +14,7 @@ module.exports = function(grunt) {
'ngtemplates',
'cssmin:build',
'build:grafanaVersion',
'ngmin:build',
'ngAnnotate:build',
'requirejs:build',
'concat:js',
'filerev',
......
module.exports = function(config) {
return {
build: {
expand:true,
expand: true,
cwd:'<%= tempDir %>',
src: [
'app/controllers/**/*.js',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment