Skip to content

Instantly share code, notes, and snippets.

@pelachile
Created June 29, 2014 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pelachile/a643e30dda3bb3e040dc to your computer and use it in GitHub Desktop.
Save pelachile/a643e30dda3bb3e040dc to your computer and use it in GitHub Desktop.
Jasmine Grunt boot problem
Running "jasmine:all" (jasmine) task
Warning: boot is not defined Use --force to continue.
ReferenceError: boot is not defined
at eval (/lodash/template/source[7]:18:21)
at Function.template (/Volumes/Storage/Projects/Javascript/PropertyBook/node_modules/grunt/node_modules/grunt-legacy-util/node_modules/lodash/lodash.js:3879:14)
at Object.exports.process (/Volumes/Storage/Projects/Javascript/PropertyBook/node_modules/grunt-template-jasmine-requirejs/src/template-jasmine-requirejs.js:173:23)
at Object.exports.buildSpecrunner (/Volumes/Storage/Projects/Javascript/PropertyBook/node_modules/grunt-contrib-jasmine/tasks/lib/jasmine.js:104:33)
at Object.<anonymous> (/Volumes/Storage/Projects/Javascript/PropertyBook/node_modules/grunt-contrib-jasmine/tasks/jasmine.js:58:17)
at Object.<anonymous> (/Volumes/Storage/Projects/Javascript/PropertyBook/node_modules/grunt/lib/grunt/task.js:264:15)
at Object.thisTask.fn (/Volumes/Storage/Projects/Javascript/PropertyBook/node_modules/grunt/lib/grunt/task.js:82:16)
at Object.<anonymous> (/Volumes/Storage/Projects/Javascript/PropertyBook/node_modules/grunt/lib/util/task.js:301:30)
at Task.runTaskFn (/Volumes/Storage/Projects/Javascript/PropertyBook/node_modules/grunt/lib/util/task.js:251:24)
at Task.<anonymous> (/Volumes/Storage/Projects/Javascript/PropertyBook/node_modules/grunt/lib/util/task.js:300:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment