[assets] Allow to run ./bw-dev collectstatic
every time a change occurs in bookwyrm/static.
This commit is contained in:
parent
62fe2ef600
commit
d6ee136c10
3 changed files with 28 additions and 2 deletions
|
@ -1,8 +1,12 @@
|
|||
{
|
||||
"scripts": {
|
||||
"watch:static": "yarn watch \"./bw-dev collectstatic\" bookwyrm/static/**"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.23.0",
|
||||
"stylelint": "^13.12.0",
|
||||
"stylelint-config-standard": "^21.0.0",
|
||||
"stylelint-order": "^4.1.0"
|
||||
"stylelint-order": "^4.1.0",
|
||||
"watch": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue