mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 21:21:15 +00:00
Add modules public/coffee dir to nodemon frontend watch
This commit is contained in:
parent
5a580b6ef9
commit
b2e3997e83
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
"exec": "make compile || exit 1",
|
||||
"watch": [
|
||||
"public/coffee/",
|
||||
"public/stylesheets/"
|
||||
"public/stylesheets/",
|
||||
"modules/**/public/coffee/"
|
||||
],
|
||||
"ext": "coffee less"
|
||||
}
|
Loading…
Reference in a new issue