diff --git a/nodebb b/nodebb index 47a3d7f063..f6c3a3d2a0 100755 --- a/nodebb +++ b/nodebb @@ -101,7 +101,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://github.com/designcreateplay/NodeBB/wiki/How-to-run-NodeBB" - NODE_ENV=development supervisor -q --ignore public/templates --extensions 'node|js|tpl' -- app "$@" + NODE_ENV=development supervisor -q --ignore public/templates --extensions 'node|js|tpl|less' -- app "$@" ;; *)