Last active
December 22, 2015 10:19
-
-
Save duboisp/6457905 to your computer and use it in GitHub Desktop.
build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft Windows [Version 6.1.7601] | |
Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
C:\Users\Pierre>cd C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0 | |
C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0>npm test | |
> [email protected] test C:\Users\Pierre\Documents\GitHub\wet-boew-v | |
4.0 | |
> grunt -v | |
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-contrib-concat" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-concat\package.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-concat\package.json...OK | |
Loading "concat.js" tasks...OK | |
+ concat | |
Registering "grunt-contrib-copy" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-copy\package.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-copy\package.json...OK | |
Loading "copy.js" tasks...OK | |
+ copy | |
Registering "grunt-contrib-uglify" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-uglify\package.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-uglify\package.json...OK | |
Loading "uglify.js" tasks...OK | |
+ uglify | |
Registering "grunt-contrib-jshint" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-jshint\package.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-jshint\package.json...OK | |
Loading "jshint.js" tasks...OK | |
+ jshint | |
Registering "grunt-contrib-watch" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-watch\package.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-watch\package.json...OK | |
Loading "watch.js" tasks...OK | |
+ watch | |
Registering "grunt-contrib-coffee" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-coffee\package.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-coffee\package.json...OK | |
Loading "coffee.js" tasks...OK | |
+ coffee | |
Registering "grunt-contrib-clean" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-clean\package.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-clean\package.json...OK | |
Loading "clean.js" tasks...OK | |
+ clean | |
Registering "grunt-contrib-connect" local Npm module tasks. | |
>> Local Npm module "grunt-contrib-connect" not found. Is it installed? | |
Registering "grunt-sass" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-sass\p | |
ackage.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-sass\p | |
ackage.json...OK | |
Loading "sass.js" tasks...OK | |
+ sass | |
Registering "grunt-modernizr" local Npm module tasks. | |
>> Local Npm module "grunt-modernizr" not found. Is it installed? | |
Registering "assemble" local Npm module tasks. | |
>> Local Npm module "assemble" not found. Is it installed? | |
Registering "tasks" tasks. | |
Loading "i18n.js" tasks...ERROR | |
>> Error: Cannot find module 'csv' | |
>> at Function.Module._resolveFilename (module.js:338:15) | |
>> at Function.Module._load (module.js:280:25) | |
>> at Module.require (module.js:364:17) | |
>> at require (module.js:380:17) | |
>> at Object.module.exports (C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\ | |
tasks\i18n.js:5:12) | |
>> at loadTask (C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\ | |
grunt\lib\grunt\task.js:312:10) | |
>> at C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt\lib\ | |
grunt\task.js:348:7 | |
>> at Array.forEach (native) | |
>> at loadTasks (C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules | |
\grunt\lib\grunt\task.js:347:11) | |
>> at Task.task.loadTasks (C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\no | |
de_modules\grunt\lib\grunt\task.js:359:5) | |
Loading "Gruntfile.js" tasks...OK | |
+ build, default, html, init, server, test | |
No tasks specified, running default tasks. | |
Running tasks: default | |
Running "default" task | |
Running "clean" task | |
Running "clean:0" (clean) task | |
Verifying property clean.0 exists in config...OK | |
Files: [no src] -> 0 | |
Options: force=false | |
Running "build" task | |
Warning: Task "i18n" not found. Use --force to continue. | |
Aborted due to warnings. | |
npm ERR! weird error 3 | |
npm ERR! not ok code 0 | |
C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0>npm test | |
> [email protected] test C:\Users\Pierre\Documents\GitHub\wet-boew-v | |
4.0 | |
> grunt -v | |
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-contrib-concat" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-concat\package.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-concat\package.json...OK | |
Loading "concat.js" tasks...OK | |
+ concat | |
Registering "grunt-contrib-copy" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-copy\package.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-copy\package.json...OK | |
Loading "copy.js" tasks...OK | |
+ copy | |
Registering "grunt-contrib-uglify" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-uglify\package.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-uglify\package.json...OK | |
Loading "uglify.js" tasks...OK | |
+ uglify | |
Registering "grunt-contrib-jshint" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-jshint\package.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-jshint\package.json...OK | |
Loading "jshint.js" tasks...OK | |
+ jshint | |
Registering "grunt-contrib-watch" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-watch\package.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-watch\package.json...OK | |
Loading "watch.js" tasks...OK | |
+ watch | |
Registering "grunt-contrib-coffee" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-coffee\package.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-coffee\package.json...OK | |
Loading "coffee.js" tasks...OK | |
+ coffee | |
Registering "grunt-contrib-clean" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-clean\package.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-clean\package.json...OK | |
Loading "clean.js" tasks...OK | |
+ clean | |
Registering "grunt-contrib-connect" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-connect\package.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-contri | |
b-connect\package.json...OK | |
Loading "connect.js" tasks...OK | |
+ connect | |
Registering "grunt-sass" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-sass\p | |
ackage.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-sass\p | |
ackage.json...OK | |
Loading "sass.js" tasks...OK | |
+ sass | |
Registering "grunt-modernizr" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-modern | |
izr\package.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\grunt-modern | |
izr\package.json...OK | |
Loading "modernizr.js" tasks...OK | |
+ modernizr | |
Registering "assemble" local Npm module tasks. | |
Reading C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\assemble\pac | |
kage.json...OK | |
Parsing C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0\node_modules\assemble\pac | |
kage.json...OK | |
Loading "assemble.js" tasks...OK | |
+ assemble | |
Registering "tasks" tasks. | |
Loading "i18n.js" tasks...OK | |
+ i18n | |
Loading "Gruntfile.js" tasks...OK | |
+ build, default, html, init, server, test | |
No tasks specified, running default tasks. | |
Running tasks: default | |
Running "default" task | |
Running "clean" task | |
Running "clean:0" (clean) task | |
Verifying property clean.0 exists in config...OK | |
Files: dist -> 0 | |
Options: force=false, no-write=false | |
Cleaning dist...OK | |
Running "build" task | |
Running "coffee" task | |
Running "coffee:vapour" (coffee) task | |
Verifying property coffee.vapour exists in config...OK | |
Files: src/core/vapour.coffee -> dist/js/vapour.js | |
Options: bare, join=false, sourceMap=false, separator="\r\n" | |
Reading src/core/vapour.coffee...OK | |
Writing dist/js/vapour.js...OK | |
File dist/js/vapour.js created. | |
Running "coffee:plugins" (coffee) task | |
Verifying property coffee.plugins exists in config...OK | |
Files: src/core/helpers.coffee, src/plugins/carousel/carousel.coffee, src/plugin | |
s/data-inview/data-inview.coffee, src/plugins/data-replace/data-replace.coffee, | |
src/plugins/megamenu/megamenu.coffee -> dist/js/wet-boew.js | |
Options: bare, join=false, sourceMap=false, separator="\r\n" | |
Reading src/core/helpers.coffee...OK | |
Reading src/plugins/carousel/carousel.coffee...OK | |
Reading src/plugins/data-inview/data-inview.coffee...OK | |
Reading src/plugins/data-replace/data-replace.coffee...OK | |
Reading src/plugins/megamenu/megamenu.coffee...OK | |
Writing dist/js/wet-boew.js...OK | |
File dist/js/wet-boew.js created. | |
Running "sass" task | |
Running "sass:all" (sass) task | |
Verifying property sass.all exists in config...OK | |
Files: src/base/base.scss -> dist/css/base.css | |
Warning: src/base/partials/_accessibility.scss:6: error: invalid top-level expre | |
ssion | |
Use --force to continue. | |
Aborted due to warnings. | |
npm ERR! weird error 6 | |
npm ERR! not ok code 0 | |
C:\Users\Pierre\Documents\GitHub\wet-boew-v4.0> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment