mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 03:31:50 +08:00
tech(typescript): converted signup controller to typescript
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:dest'
|
||||
// 'requirejs:build',
|
||||
// 'concat:js',
|
||||
// 'clean:temp',
|
||||
// 'filerev',
|
||||
// 'remapFilerev',
|
||||
// 'usemin',
|
||||
// 'clean:temp',
|
||||
// 'uglify:genDir'
|
||||
]);
|
||||
|
||||
// task to add [[.AppSubUrl]] to reved path
|
||||
|
Reference in New Issue
Block a user