mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-20 21:16:56 +00:00
fixed less grunt watch
This commit is contained in:
parent
1f7d57c2c2
commit
e3916d5fc8
1 changed files with 14 additions and 18 deletions
|
@ -60,8 +60,6 @@ module.exports = function (grunt) {
|
|||
dest: destContent + 'bootstrap.css'
|
||||
},
|
||||
general : {
|
||||
files: [
|
||||
{
|
||||
expand :true,
|
||||
src : [
|
||||
'UI/Content/base.less',
|
||||
|
@ -76,8 +74,6 @@ module.exports = function (grunt) {
|
|||
dest : outputRoot,
|
||||
ext: '.css'
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
handlebars: {
|
||||
|
@ -143,7 +139,7 @@ module.exports = function (grunt) {
|
|||
tasks: ['less:bootstrap','less:general']
|
||||
},
|
||||
generalLess: {
|
||||
files: '<%= less.general.files[0].src %>',
|
||||
files: ['UI/**/*.less', '!**/Bootstrap/**', '!**/FontAwesome/**'],
|
||||
tasks: ['less:general']
|
||||
},
|
||||
handlebars : {
|
||||
|
|
Loading…
Reference in a new issue