mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
some js cleanup.
This commit is contained in:
parent
e29c07c4a5
commit
c7776f74e1
9 changed files with 127 additions and 126 deletions
|
@ -115,6 +115,7 @@ module.exports = function(grunt) {
|
|||
grunt.loadNpmTasks('grunt-contrib-watch');
|
||||
grunt.loadNpmTasks('grunt-contrib-concat');
|
||||
grunt.loadNpmTasks('grunt-contrib-copy');
|
||||
grunt.loadNpmTasks('grunt-wrap');
|
||||
|
||||
// Default task(s).
|
||||
grunt.registerTask('default', ['copy','less:bootstrap','handlebars', 'watch']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue