Skip to content

Instantly share code, notes, and snippets.

@jherdman
Created February 20, 2014 19:36
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 jherdman/9121521 to your computer and use it in GitHub Desktop.
Save jherdman/9121521 to your computer and use it in GitHub Desktop.
markdown-js [4f020ba...] % grunt --verbose
Initializing
Command-line options: --verbose
Reading "Gruntfile.js" Gruntfile...OK
Registering Gruntfile tasks.
Reading package.json...OK
Parsing package.json...OK
Initializing config...OK
Registering "grunt-node-tap" local Npm module tasks.
Reading /Users/james/Projects/markdown-js/node_modules/grunt-node-tap/package.json...OK
Parsing /Users/james/Projects/markdown-js/node_modules/grunt-node-tap/package.json...OK
Loading "node_tap.js" tasks...OK
+ node_tap
Registering "grunt-contrib-uglify" local Npm module tasks.
Reading /Users/james/Projects/markdown-js/node_modules/grunt-contrib-uglify/package.json...OK
Parsing /Users/james/Projects/markdown-js/node_modules/grunt-contrib-uglify/package.json...OK
Loading "uglify.js" tasks...OK
+ uglify
Registering "grunt-contrib-jshint" local Npm module tasks.
Reading /Users/james/Projects/markdown-js/node_modules/grunt-contrib-jshint/package.json...OK
Parsing /Users/james/Projects/markdown-js/node_modules/grunt-contrib-jshint/package.json...OK
Loading "jshint.js" tasks...OK
+ jshint
Registering "inc/tasks" tasks.
Loading "build_markdown.js" tasks...OK
+ build, custom
Loading "Gruntfile.js" tasks...OK
+ all, default, test
No tasks specified, running default tasks.
Running tasks: default
Running "default" task
Running "all" task
Running "test" task
Running "node_tap" task
Running "node_tap:default_options" (node_tap) task
Verifying property node_tap.default_options exists in config...OK
Files: ./test/features.t.js, ./test/html_renderer.t.js, ./test/interface.t.js, ./test/regressions.t.js -> tests
Options: outputType="failures", outputTo="console"
Flags: outputType="failures", outputTo="console", files=["/Users/james/Projects/markdown-js/test/features.t.js","/Users/james/Projects/markdown-js/test/html_renderer.t.js","/Users/james/Projects/markdown-js/test/interface.t.js","/Users/james/Projects/markdown-js/test/regressions.t.js"]
Fatal error: spawn ENOENT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment