progress on being able to use exact same code base for backend and standalone version, building optimized build needs a little more work

This commit is contained in:
Torkel Ödegaard
2014-12-31 14:18:34 +01:00
parent 53ff171436
commit f8ddfec98c
6 changed files with 107 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ module.exports = function(grunt) {
'filerev',
'usemin',
'clean:temp',
'uglify:dest'
// 'uglify:dest'
]);
grunt.registerTask('build:grafanaVersion', function() {