Advertisement
Guest User

Untitled

a guest
Aug 18th, 2015
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. ubuntu@zara-storyboard:~/storyboard-webclient$ tox -egrunt_no_api serve
  2. grunt_no_api runtests: commands[0] | bash ./bin/nodeenv.sh /home/ubuntu/storyboard-webclient/.tox/grunt_no_api 0.10.29
  3. grunt_no_api runtests: commands[1] | npm install
  4. npm WARN package.json storyboard-webclient@0.0.1 No repository field.
  5. npm WARN package.json karma-chrome-launcher@0.1.5 No README data
  6. npm WARN package.json karma-coffee-preprocessor@0.2.1 No README data
  7. npm WARN package.json karma-coverage@0.2.6 No README data
  8. npm WARN package.json karma-phantomjs-launcher@0.1.4 No README data
  9. grunt_no_api runtests: commands[2] | /home/ubuntu/storyboard-webclient/node_modules/.bin/bower install --config.interactive=false
  10. bower extra-resolution Unnecessary resolution: font-awesome#4.3.0
  11. grunt_no_api runtests: commands[3] | /home/ubuntu/storyboard-webclient/node_modules/.bin/grunt serve
  12. >> Local Npm module "grunt-cli" not found. Is it installed?
  13.  
  14. Running "clean:dist" (clean) task
  15. >> 1 path cleaned.
  16.  
  17. Running "bower:install" (bower) task
  18. >> Installed bower packages
  19.  
  20. Running "useminPrepare:html" (useminPrepare) task
  21. Going through ./src/index.html to update the config
  22. Looking for build script HTML comment blocks
  23.  
  24. Configuration is now:
  25.  
  26. concat:
  27. { dist:
  28. { src:
  29. [ './src/app/**/module.js',
  30. './src/app/**/*.js' ],
  31. dest: './dist/js/storyboard.js' },
  32. generated:
  33. { files:
  34. [ { dest: 'dist/js/libs.js',
  35. src:
  36. [ 'bower_components/angular/angular.js',
  37. 'bower_components/angular-elastic/elastic.js',
  38. 'bower_components/angular-bootstrap/ui-bootstrap-tpls.js',
  39. 'bower_components/angular-ui-router/release/angular-ui-router.js',
  40. 'bower_components/angular-resource/angular-resource.js',
  41. 'bower_components/angular-local-storage/dist/angular-local-storage.js',
  42. 'bower_components/angular-sanitize/angular-sanitize.js',
  43. 'bower_components/angular-cache/dist/angular-cache.js',
  44. 'bower_components/moment/moment.js',
  45. 'bower_components/angular-moment/angular-moment.js' ] } ] } }
  46.  
  47. Running "concat:dist" (concat) task
  48. File ./dist/js/storyboard.js created.
  49.  
  50. Running "concat:generated" (concat) task
  51. File dist/js/libs.js created.
  52.  
  53. Running "less:theme" (less) task
  54. File dist/styles/main.css created: 193.13 kB → 153.06 kB
  55.  
  56. Running "imagemin:dist" (imagemin) task
  57. Minified 0 images (saved 0 B)
  58.  
  59. Running "html2js:main" (html2js) task
  60. Successfully converted 78 html templates to js.
  61.  
  62. Running "copy:dist" (copy) task
  63. Copied 12 files
  64.  
  65. Running "usemin:html" (usemin) task
  66.  
  67. Processing as HTML - ./dist/index.html
  68. Update the HTML to reference our concat/min/revved script files
  69. Update the HTML with the new css filenames
  70. Update the HTML with the new img filenames
  71. Update the HTML with the new video filenames
  72. Update the HTML with the new poster filenames
  73. Update the HTML with the new source filenames
  74. Update the HTML with data-main tags
  75. Update the HTML with data-* tags
  76. Update the HTML with background imgs, case there is some inline style
  77. Update the HTML with anchors images
  78. Update the HTML with reference in input
  79. Update the HTML with the new img filenames in meta tags
  80. Update the HTML with the new object filenames
  81. Update the HTML with the new image filenames for svg xlink:href links
  82. Update the HTML with the new image filenames for src links
  83.  
  84. Running "usemin:css" (usemin) task
  85.  
  86. Processing as CSS - ./dist/styles/main.css
  87. Update the CSS to reference our revved images
  88.  
  89. Running "configureProxies:livereload" (configureProxies) task
  90. Rewrite rule created for: [/^/api/v1/ -> /v1].
  91. Proxy created for: /api/v1 to localhost:8080
  92.  
  93. Running "connect:livereload" (connect) task
  94. Started connect web server on http://0.0.0.0:9000
  95.  
  96. Running "open:server" (open) task
  97.  
  98. Running "watch" task
  99. Waiting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement