mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-01 13:33:15 +00:00
Clean Up the Contributing Documentation and Process: Part VII
* Fix the globbing error in the previous commits.
This commit is contained in:
parent
0ec5371b61
commit
c76f2c8483
@ -13,7 +13,7 @@ module.exports = function(grunt) {
|
||||
options: {
|
||||
configFile: ".stylelintrc"
|
||||
},
|
||||
src: "**/**/**/**/**/**/**/**/*.css"
|
||||
src: ["css/custom.css", "css/main.css", "modules/default/calendar/calendar.css", "modules/default/clock/clock_styles.css", "modules/default/currentweather/currentweather.css", "modules/default/weatherforcast/weatherforcast.css"]
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user