Skip to content

Instantly share code, notes, and snippets.

@ondine
Created October 28, 2015 00:43
Show Gist options
  • Save ondine/80323ecb2029d6d29d3b to your computer and use it in GitHub Desktop.
Save ondine/80323ecb2029d6d29d3b to your computer and use it in GitHub Desktop.
error and test question

okimac:src ok$ grunt dev Running "shell:npm_install" (shell) task

[email protected] postinstall /Users/ok/sites/FHIR-Cloud/src node ./node_modules/bower/bin/bower install

bower adal-angular extra-resolution Unnecessary resolution: adal-angular#~1.0.1 npm WARN EPACKAGEJSON [email protected] No license field.

Running "concat:styles" (concat) task File ./app/assets/app.css created.

Running "concat:scripts" (concat) task File ./app/assets/app.js created.

Running "connect:devserver" (connect) task Started connect web server on http://0.0.0.0:8085

Running "open:devserver" (open) task

Running "watch:assets" (watch) task Waiting... ^Cokimac:src ok$ ls Gruntfile.js app bower.json e2e-test node_modules package.json okimac:src ok$ grunt test Running "jshint:all" (jshint) task

Gruntfile.js

Bad option: 'ec5'.

1 error in 1 file Warning: Task "jshint:all" failed. Use --force to continue.

Aborted due to warnings. okimac:src ok$ grunt dev Running "shell:npm_install" (shell) task

[email protected] postinstall /Users/ok/sites/FHIR-Cloud/src node ./node_modules/bower/bin/bower install

bower adal-angular extra-resolution Unnecessary resolution: adal-angular#~1.0.1 npm WARN EPACKAGEJSON [email protected] No license field.

Running "concat:styles" (concat) task File ./app/assets/app.css created.

Running "concat:scripts" (concat) task File ./app/assets/app.js created.

Running "connect:devserver" (connect) task Started connect web server on http://0.0.0.0:8085

Running "open:devserver" (open) task

Running "watch:assets" (watch) task Waiting... grunt test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment