mirror of
https://github.com/Radarr/Radarr
synced 2025-02-01 04:13:42 +00:00
run less:general when bootstrap/fontawsome is changed
This commit is contained in:
parent
f40d1013b0
commit
58ce73194f
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ module.exports = function (grunt) {
|
||||||
},
|
},
|
||||||
bootstrap : {
|
bootstrap : {
|
||||||
files: ['UI/**/Bootstrap/**', 'UI/**/FontAwesome/**'],
|
files: ['UI/**/Bootstrap/**', 'UI/**/FontAwesome/**'],
|
||||||
tasks: ['less:bootstrap']
|
tasks: ['less:bootstrap','less:general']
|
||||||
},
|
},
|
||||||
generalLess: {
|
generalLess: {
|
||||||
files: ['UI/**/*.less', '!**/Bootstrap/**', '!**/FontAwesome/**'],
|
files: ['UI/**/*.less', '!**/Bootstrap/**', '!**/FontAwesome/**'],
|
||||||
|
|
Loading…
Reference in a new issue