mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #521 from sharelatex/as-watch-modules-coffee
Add modules public/coffee dir to nodemon frontend watch
This commit is contained in:
commit
dfc2b8631b
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