mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech(typescript): more testing and migration
This commit is contained in:
@@ -15,14 +15,14 @@ module.exports = function(grunt) {
|
||||
'ngtemplates',
|
||||
'cssmin:build',
|
||||
'ngAnnotate:build',
|
||||
// 'requirejs:build',
|
||||
// 'concat:js',
|
||||
// 'clean:temp',
|
||||
// 'filerev',
|
||||
// 'remapFilerev',
|
||||
// 'usemin',
|
||||
// 'clean:temp',
|
||||
// 'uglify:genDir'
|
||||
'requirejs:build',
|
||||
'concat:js',
|
||||
'clean:temp',
|
||||
'filerev',
|
||||
'remapFilerev',
|
||||
'usemin',
|
||||
'clean:temp',
|
||||
'uglify:genDir'
|
||||
]);
|
||||
|
||||
// task to add [[.AppSubUrl]] to reved path
|
||||
|
||||
@@ -54,10 +54,10 @@ module.exports = function(config,grunt) {
|
||||
'jquery.flot',
|
||||
'angular-strap',
|
||||
'angular-dragdrop',
|
||||
'core/core',
|
||||
'services/all',
|
||||
'features/all',
|
||||
'directives/all',
|
||||
'filters/all',
|
||||
'controllers/all',
|
||||
'routes/all',
|
||||
'components/partials',
|
||||
|
||||
Reference in New Issue
Block a user