mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
672c89e0bc
install nodejs using nvm fix issues with Windows/Linux new line characters update auto-reload-brunch drop bless-brunch resolve related issue #3588
13 lines
213 B
JSON
13 lines
213 B
JSON
{
|
|
"verbose": "true",
|
|
"ignore": [],
|
|
"events": {
|
|
},
|
|
"watch": [
|
|
"server_config.js",
|
|
"server_setup.coffee",
|
|
"app/schemas",
|
|
"./server"
|
|
],
|
|
"ext":"js coffee"
|
|
}
|