Advertisement
Guest User

Untitled

a guest
Nov 17th, 2012
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. yeoman build
  2. Running "build" task
  3.  
  4. Running usemin target
  5.   - intro clean coffee compass mkdirs usemin-handler rjs concat css min img rev usemin manifest copy time
  6.  
  7. Running "intro" task
  8.  
  9.  
  10. Running "clean" task
  11.  
  12. Running "coffee:compile" (coffee) task
  13. Unable to compile; no valid source files were found.
  14.  
  15. Running "compass:dist" (compass) task
  16. directory temp/styles/
  17.    create temp/styles/main.css
  18.  
  19. Running "mkdirs:staging" (mkdirs) task
  20. Copying into /Users/myuser/tmp/yeo3/temp
  21. Ignoring .gitignore, .ignore, .buildignore
  22. ............................................................
  23. >> /Users/myuser/tmp/yeo3/app -> /Users/myuser/tmp/yeo3/temp
  24.  
  25. Running "usemin-handler:html" (usemin-handler) task
  26. Going through index.html to update the config
  27. looking for build script HTML comment blocks
  28.  
  29. Configuration is now:
  30.  
  31.   css:
  32.   { 'styles/main.css': [ 'styles/**/*.css' ] }
  33.  
  34.   concat:
  35.   { dist: '' }
  36.  
  37.   min:
  38.   { dist: '' }
  39.  
  40.   rjs:
  41.   { optimize: 'none',
  42.   baseUrl: './scripts',
  43.   wrap: true,
  44.   name: 'main' }
  45.  
  46. Running "rjs" task
  47. No data-main attribute found in application index, bypassing the task...
  48.  
  49. Running "concat:dist" (concat) task
  50. File "dist" created.
  51.  
  52. Running "css:styles/main.css" (css) task
  53. Writing css files to styles/main.css...Uncompressed size: 94745 bytes.
  54. Compressed size: 15380 bytes gzipped (94745 bytes minified).
  55. OK
  56.  
  57. Running "min:dist" (min) task
  58. File "dist" created.
  59. Uncompressed size: 0 bytes.
  60. Compressed size: 21 bytes gzipped (1 bytes minified).
  61.  
  62. Running "img:dist" (img) task
  63. Running optipng... images/glyphicons-halflings-white.png, images/glyphicons-halflings.png
  64. ** Processing: images/glyphicons-halflings-white.png
  65. 469x159 pixels, 8 bits/pixel, 243 colors (242 transparent) in palette
  66. Input IDAT size = 7725 bytes
  67. Input file size = 8777 bytes
  68.  
  69. Trying:
  70.   zc = 9  zm = 8  zs = 0  f = 0     IDAT size = 8353
  71.                                
  72. images/glyphicons-halflings-white.png is already optimized.
  73.  
  74. ** Processing: images/glyphicons-halflings.png
  75. 469x159 pixels, 2x8 bits/pixel, grayscale+alpha
  76. Input IDAT size = 12705 bytes
  77. Input file size = 12762 bytes
  78.  
  79. Trying:
  80.   zc = 9  zm = 8  zs = 0  f = 0     IDAT size = 12670
  81.                                
  82. Selecting parameters:
  83.   zc = 9  zm = 8  zs = 0  f = 0     IDAT size = 12670
  84.  
  85. Output IDAT size = 12670 bytes (35 bytes decrease)
  86. Output file size = 12727 bytes (35 bytes = 0.27% decrease)
  87.  
  88.  
  89. Running "rev:js" (rev) task
  90. scripts/main.js >> d41d8cd9.main.js
  91. scripts/vendor/jquery.min.js >> 8bc61845.jquery.min.js
  92. scripts/vendor/modernizr.min.js >> cf69c6f2.modernizr.min.js
  93.  
  94. Running "rev:css" (rev) task
  95. styles/main.css >> 6ad66aa1.main.css
  96.  
  97. Running "rev:img" (rev) task
  98. images/glyphicons-halflings-white.png >> 5d462625.glyphicons-halflings-white.png
  99. images/glyphicons-halflings.png >> 9cc6609b.glyphicons-halflings.png
  100.  
  101. Running "usemin:html" (usemin) task
  102.  
  103. usemin:html - 404.html
  104.  
  105. usemin:html - index.html
  106. >> scripts/vendor/modernizr.min.js
  107. was <script src="scripts/vendor/modernizr.min.js"></script>
  108. now <script src="scripts/vendor/cf69c6f2.modernizr.min.js"></script>
  109. >> scripts/vendor/jquery.min.js
  110. was <script>window.jQuery || document.write('<script src="scripts/vendor/jquery.min.js"><\/script>
  111. now <script>window.jQuery || document.write('<script src="scripts/vendor/8bc61845.jquery.min.js"><\/script>
  112. >> styles/main.css
  113. was <link rel="stylesheet" href="styles/main.css"
  114. now <link rel="stylesheet" href="styles/6ad66aa1.main.css"
  115.  
  116. Running "usemin:css" (usemin) task
  117.  
  118. usemin:css - styles/6ad66aa1.main.css
  119.  
  120. Running "manifest" task
  121.  
  122. Starting static web server on port 3501
  123.   - /Users/myuser/tmp/yeo3/temp
  124. I'll also watch your files for changes, recompile if neccessary and live reload the page.
  125. Hit Ctrl+C to quit.
  126.  
  127. Generating the cache manifest
  128.  - Command: phantomjs /Users/myuser/tmp/yeo2/yeoman/cli/lib/support/confess.js http://localhost:3501 appcache /Users/myuser/tmp/yeo2/yeoman/cli/lib/support/confess.json
  129.  
  130. Writing to manifest.appcache...
  131. undefined:0 ReferenceError: Can't find variable: require
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement