Advertisement
Guest User

Untitled

a guest
Nov 20th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.78 KB | None | 0 0
  1. Last login: Tue Nov 20 10:45:09 on console
  2. cd '/Users/myuser/tmp/V4-design/'
  3. You have mail.
  4. tree:~ myuser$ cd '/Users/myuser/tmp/V4-design/'
  5. tree:V4-design myuser$ mkdir yeo5
  6. tree:V4-design myuser$ cd yeo5/
  7. tree:yeo5 myuser$ yeoman init
  8. Starting update check...
  9. Running "init:yeoman" (init) task
  10. This task will create one or more files in the current directory, based on the
  11. environment and the answers to a few questions. Note that answering "?" to any
  12. question will show question-specific help and answering "none" to most questions
  13. will leave its value blank.
  14.  
  15. "yeoman" template notes:
  16.  
  17.  
  18.  
  19.    invoke  app
  20.  
  21.      _-----_
  22.     |       |
  23.     |--(o)--|   .--------------------------.
  24.    `---------´  |    Welcome to Yeoman,    |
  25.     ( _´U`_ )   |   ladies and gentlemen!  |
  26.     /___A___\   '__________________________'
  27.      |  ~  |
  28.    __'.___.'__
  29.  ´   `  |° ´ Y `
  30.  
  31. Out of the box I include HTML5 Boilerplate, jQuery and Modernizr.
  32.  
  33. Please answer the following:
  34. [?] Would you like to include Twitter Bootstrap for Compass instead of CSS? (Y/n) n
  35. [?] Would you like to include the Twitter Bootstrap JS plugins? (Y/n) n
  36. [?] Would you like to include RequireJS (for AMD support)? (Y/n) n
  37. [?] Would you like to support writing ECMAScript 6 modules? (Y/n) n
  38. [?] Do you need to make any changes to the above before continuing? (y/N) n
  39.  
  40.    create    Gruntfile.js
  41.    create    package.json
  42.    create    .gitignore
  43.    create    .gitattributes
  44.    create    .jshintrc
  45.    create    .editorconfig
  46.    create    app/favicon.ico
  47.    create    app/styles/main.css
  48.    create    app/images/glyphicons-halflings.png
  49.    create    app/images/glyphicons-halflings-white.png
  50.    create    app/.htaccess
  51.    create    app/404.html
  52.    create    app/robots.txt
  53.    create    app/scripts/vendor/jquery.min.js
  54.    create    app/scripts/vendor/modernizr.min.js
  55. Writing compiled Bootstrap
  56.    create    app/styles/bootstrap.css
  57.    create    app/index.html
  58.    create    app/scripts/main.js
  59.    invoke      mocha:app
  60.    create        test/index.html
  61.    create        test/lib/chai.js
  62.    create        test/lib/expect.js
  63.    create        test/lib/mocha/mocha.css
  64.    create        test/lib/mocha/mocha.js
  65.    create        test/runner/mocha.js
  66. tree:yeo5 myuser$ yeoman server
  67. Running "server" task
  68.  
  69. Starting static web server on port 3501
  70.   - /Users/myuser/tmp/V4-design/yeo5/app
  71. I'll also watch your files for changes, recompile if neccessary and live reload the page.
  72. Hit Ctrl+C to quit.
  73.  
  74. Running "clean" task
  75.  
  76. Running "coffee:compile" (coffee) task
  77. Unable to compile; no valid source files were found.
  78.  
  79. Running "compass:dist" (compass) task
  80. Nothing to compile. If you're trying to start a new project, you have left off the directory argument.
  81. Run "compass -h" to get help.
  82.  
  83. Running "open-browser" task
  84.  
  85. Running "watch" task
  86. Waiting...^Ctree:yeo5 myuser$
  87. tree:yeo5 myuser$ yeoman build:dist
  88. Running "build:dist" (build) task
  89. >> Not a valid target
  90. >> Error:
  91. >> default   #                rjs concat css min img rev usemin manifest
  92. >> usemin    # usemin-handler rjs concat css min img rev usemin manifest
  93. >> text      # usemin-handler rjs concat css min     rev usemin manifest
  94. >> buildkit  # usemin-handler rjs concat css min img rev usemin manifest html:buildkit
  95. >> basics    # usemin-handler rjs concat css min img rev usemin manifest html:basics
  96. >> minify    # usemin-handler rjs concat css min img rev usemin manifest html:compress
  97. >> test      # usemin-handler rjs concat css min img rev usemin manifest
  98. <WARN> Task "build:dist" failed. Use --force to continue. </WARN>
  99.  
  100. Aborted due to warnings.
  101. tree:yeo5 myuser$ yeoman build
  102. Running "build" task
  103.  
  104. Running usemin target
  105.   - intro clean coffee compass mkdirs usemin-handler rjs concat css min img rev usemin manifest copy time
  106.  
  107. Running "intro" task
  108.  
  109.  
  110. Running "clean" task
  111.  
  112. Running "coffee:compile" (coffee) task
  113. Unable to compile; no valid source files were found.
  114.  
  115. Running "compass:dist" (compass) task
  116. Nothing to compile. If you're trying to start a new project, you have left off the directory argument.
  117. Run "compass -h" to get help.
  118.  
  119. Running "mkdirs:staging" (mkdirs) task
  120. Copying into /Users/myuser/tmp/V4-design/yeo5/temp
  121. Ignoring .gitignore, .ignore, .buildignore
  122. .................
  123. >> /Users/myuser/tmp/V4-design/yeo5/app -> /Users/myuser/tmp/V4-design/yeo5/temp
  124.  
  125. Running "usemin-handler:html" (usemin-handler) task
  126. Going through index.html to update the config
  127. looking for build script HTML comment blocks
  128.  
  129. Configuration is now:
  130.  
  131.  css:
  132.  { 'styles/main.css': [ 'styles/**/*.css' ] }
  133.  
  134.  concat:
  135.  { dist: '' }
  136.  
  137.  min:
  138.  { dist: '' }
  139.  
  140.  rjs:
  141.  { optimize: 'none',
  142.  baseUrl: './scripts',
  143.  wrap: true,
  144.  name: 'main' }
  145.  
  146. Running "rjs" task
  147. No data-main attribute found in application index, bypassing the task...
  148.  
  149. Running "concat:dist" (concat) task
  150. File "dist" created.
  151.  
  152. Running "css:styles/main.css" (css) task
  153. Writing css files to styles/main.css...Uncompressed size: 95544 bytes.
  154. Compressed size: 15489 bytes gzipped (95544 bytes minified).
  155. OK
  156.  
  157. Running "min:dist" (min) task
  158. File "dist" created.
  159. Uncompressed size: 0 bytes.
  160. Compressed size: 21 bytes gzipped (1 bytes minified).
  161.  
  162. Running "img:dist" (img) task
  163. Running optipng... images/glyphicons-halflings-white.png, images/glyphicons-halflings.png
  164. ** Processing: images/glyphicons-halflings-white.png
  165. 469x159 pixels, 8 bits/pixel, 243 colors (242 transparent) in palette
  166. Input IDAT size = 7725 bytes
  167. Input file size = 8777 bytes
  168.  
  169. Trying:
  170.   zc = 9  zm = 8  zs = 0  f = 0     IDAT size = 8353
  171.                              
  172. images/glyphicons-halflings-white.png is already optimized.
  173.  
  174. ** Processing: images/glyphicons-halflings.png
  175. 469x159 pixels, 2x8 bits/pixel, grayscale+alpha
  176. Input IDAT size = 12705 bytes
  177. Input file size = 12762 bytes
  178.  
  179. Trying:
  180.   zc = 9  zm = 8  zs = 0  f = 0     IDAT size = 12670
  181.                              
  182. Selecting parameters:
  183.   zc = 9  zm = 8  zs = 0  f = 0     IDAT size = 12670
  184.  
  185. Output IDAT size = 12670 bytes (35 bytes decrease)
  186. Output file size = 12727 bytes (35 bytes = 0.27% decrease)
  187.  
  188.  
  189. Running "rev:js" (rev) task
  190. scripts/main.js >> d41d8cd9.main.js
  191. scripts/vendor/jquery.min.js >> 8bc61845.jquery.min.js
  192. scripts/vendor/modernizr.min.js >> cf69c6f2.modernizr.min.js
  193.  
  194. Running "rev:css" (rev) task
  195. styles/bootstrap.css >> 0b9b6b1f.bootstrap.css
  196. styles/main.css >> a41923ec.main.css
  197.  
  198. Running "rev:img" (rev) task
  199. images/glyphicons-halflings-white.png >> 5d462625.glyphicons-halflings-white.png
  200. images/glyphicons-halflings.png >> 9cc6609b.glyphicons-halflings.png
  201.  
  202. Running "usemin:html" (usemin) task
  203.  
  204. usemin:html - 404.html
  205.  
  206. usemin:html - index.html
  207. >> scripts/vendor/modernizr.min.js
  208. was <script src="scripts/vendor/modernizr.min.js"></script>
  209. now <script src="scripts/vendor/cf69c6f2.modernizr.min.js"></script>
  210. >> scripts/vendor/jquery.min.js
  211. was <script>window.jQuery || document.write('<script src="scripts/vendor/jquery.min.js"><\/script>
  212. now <script>window.jQuery || document.write('<script src="scripts/vendor/8bc61845.jquery.min.js"><\/script>
  213. >> styles/main.css
  214. was <link rel="stylesheet" href="styles/main.css"
  215. now <link rel="stylesheet" href="styles/a41923ec.main.css"
  216.  
  217. Running "usemin:css" (usemin) task
  218.  
  219. usemin:css - styles/0b9b6b1f.bootstrap.css
  220.  
  221. usemin:css - styles/a41923ec.main.css
  222.  
  223. Running "manifest" task
  224.  
  225. Starting static web server on port 3501
  226.  - /Users/myuser/tmp/V4-design/yeo5/temp
  227. I'll also watch your files for changes, recompile if neccessary and live reload the page.
  228. Hit Ctrl+C to quit.
  229.  
  230. Generating the cache manifest
  231.   - 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
  232.  
  233. Writing to manifest.appcache...
  234. undefined:0 ReferenceError: Can't find variable: require
  235. ^Ctree:yeo5 myuser$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement