updated ./nodebb dev to match new loader.js behaviour

This commit is contained in:
Julian Lam
2015-05-06 21:43:41 -04:00
parent 0ff09d8093
commit 073afe4db0

2
nodebb
View File

@@ -106,7 +106,7 @@ case "$1" in
echo "Launching NodeBB in \"development\" mode."
echo "To run the production build of NodeBB, please use \"forever\"."
echo "More Information: https://docs.nodebb.org/en/latest/running/index.html"
NODE_ENV=development "$node" loader --no-daemon "$@"
NODE_ENV=development "$node" loader --no-daemon --no-silent "$@"
;;
watch)