remove unavailable project and improve nodemon.json

This commit is contained in:
Vladimir Polyakov 2016-02-28 23:02:21 +03:00
parent b49593b13c
commit e396a9f214
2 changed files with 1 additions and 9 deletions

View File

@ -1,9 +0,0 @@
scm:
type: git
repository: /Users/vladimir/projects/fit/culture/frontend_node
rev: master
steps:
sync: npm run sync
test: nrun test -R dot
pack: nrun packSafe

View File

@ -3,6 +3,7 @@
"ignore": [
"data",
"node_modules/*/node_modules/",
"node_modules/nci-classic-ui/app/",
"node_modules/nci-classic-ui/static/"
],
"watch": "./"