mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
run less:general when bootstrap/fontawsome is changed
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ module.exports = function (grunt) {
|
||||
},
|
||||
bootstrap : {
|
||||
files: ['UI/**/Bootstrap/**', 'UI/**/FontAwesome/**'],
|
||||
tasks: ['less:bootstrap']
|
||||
tasks: ['less:bootstrap','less:general']
|
||||
},
|
||||
generalLess: {
|
||||
files: ['UI/**/*.less', '!**/Bootstrap/**', '!**/FontAwesome/**'],
|
||||
|
||||
Reference in New Issue
Block a user