mirror of
https://github.com/grafana/grafana.git
synced 2025-09-28 15:23:52 +08:00
added css concat task
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
// Lint and build CSS
|
||||
module.exports = function(grunt) {
|
||||
grunt.registerTask('default', ['jshint:source', 'jshint:tests', 'less:src']);
|
||||
grunt.registerTask('default', ['jshint:source', 'jshint:tests', 'less:src', 'concat']);
|
||||
grunt.registerTask('test', ['default', 'karma:test']);
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user