@ulberge necessitates a npm install after pulling. running grunt will lint the coffeescript files, then transpile them into js files, then watch for changes, which trigger the same thing all over again. the lint currently has errors, so until those are fixed, run grunt --force to power through and run the subsequent tasks.
@ulberge necessitates a
npm install
after pulling. runninggrunt
will lint the coffeescript files, then transpile them into js files, then watch for changes, which trigger the same thing all over again. the lint currently has errors, so until those are fixed, rungrunt --force
to power through and run the subsequent tasks.