mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 15:32:27 +08:00
tech(typescript): its looking good
This commit is contained in:
@ -6,11 +6,11 @@ module.exports = function(grunt) {
|
||||
'jshint:source',
|
||||
'jshint:tests',
|
||||
'jscs',
|
||||
'karma:test',
|
||||
'clean:on_start',
|
||||
'less:src',
|
||||
'concat:cssDark',
|
||||
'concat:cssLight',
|
||||
'copy:app_gen_build',
|
||||
'typescript:build',
|
||||
'karma:test',
|
||||
'css',
|
||||
'copy:everything_but_less_to_temp',
|
||||
'htmlmin:build',
|
||||
'ngtemplates',
|
||||
@ -25,7 +25,6 @@ module.exports = function(grunt) {
|
||||
'uglify:dest'
|
||||
]);
|
||||
|
||||
|
||||
// task to add [[.AppSubUrl]] to reved path
|
||||
grunt.registerTask('remapFilerev', function(){
|
||||
var root = grunt.config().destDir;
|
||||
|
Reference in New Issue
Block a user