Closed interlock closed 10 years ago
Added a features to make local dev less painful:
grunt watch
grunt dev
grunt server
Added a features to make local dev less painful:
grunt watch
will recompile the JS source and recopy assetsgrunt dev
will start a local http server on port 8080 and then run watchgrunt server
will just start a local http server until exited