mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
21 lines
364 B
JSON
21 lines
364 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"stylelint": {},
|
|
"locales": {},
|
|
"lint": {
|
|
"dependsOn": ["stylelint", "locales"]
|
|
},
|
|
"compile-scss": {},
|
|
"watch-scss": {
|
|
"cache": false,
|
|
"persistent": true
|
|
},
|
|
"build": {
|
|
"dependsOn": ["compile-scss", "^build"],
|
|
"outputs": ["build/**"],
|
|
"cache": true
|
|
}
|
|
}
|
|
}
|