overleaf/services/web/nodemon.frontend.json
Alasdair Smith 9cf73f965c Merge pull request #1440 from overleaf/as-amd-webpack
Bundle all frontend code with webpack

GitOrigin-RevId: 1bd93dad516c456fe1649193868e841e20459b0b
2019-10-16 10:36:21 +00:00

7 lines
No EOL
99 B
JSON

{
"exec": "make compile || exit 1",
"watch": [
"public/stylesheets/"
],
"ext": "less"
}