sombriks

nodemon.json

May 16th, 2016
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.24 KB | None | 0 0
  1. {
  2.   "events": {
  3.     "start": "browserify src-client/index.js -o www/bundle.js",
  4.     "restart": "browserify src-client/index.js -o www/bundle.js"
  5.   },
  6.   "ignore": [
  7.     ".git",
  8.     "node_modules/**/node_modules",
  9.     "www/bundle.js"
  10.   ]
  11. }
Advertisement
Add Comment
Please, Sign In to add comment