Skip to content

Instantly share code, notes, and snippets.

@darth30joker
Created November 19, 2014 08:45
Show Gist options
  • Save darth30joker/aa79d0146308f7cf97dc to your computer and use it in GitHub Desktop.
Save darth30joker/aa79d0146308f7cf97dc to your computer and use it in GitHub Desktop.
lxie:test3 git:(master*) $ grunt build
Running "clean:dist" (clean) task
Cleaning .tmp...OK
Cleaning dist/index.html...OK
Cleaning dist/scripts...OK
Cleaning dist/styles...OK
Running "jade:dist" (jade) task
>> 1 file created.
Running "wiredep:app" (wiredep) task
Running "wiredep:sass" (wiredep) task
Running "useminPrepare:html" (useminPrepare) task
Going through .tmp/index.html to update the config
Looking for build script HTML comment blocks
Configuration is now:
concat:
{ generated:
{ files:
[ { dest: '.tmp/concat/styles/vendor.css',
src:
[ 'bower_components/bootstrap-material-design/dist/css/material.css',
'bower_components/bootstrap-material-design/dist/css/material-wfont.css',
'bower_components/bootstrap-material-design/dist/css/ripples.css' ] },
{ dest: '.tmp/concat/scripts/vendor.js',
src:
[ 'bower_components/jQuery/dist/jquery.js',
'bower_components/ractive/ractive.js',
'bower_components/bootstrap-material-design/dist/js/material.js',
'bower_components/bootstrap-material-design/dist/js/ripples.js' ] },
{ dest: '.tmp/concat/scripts/app.js',
src: [ '.tmp/scripts/app.js' ] } ] } }
uglify:
{ generated:
{ files:
[ { dest: 'dist/scripts/vendor.js',
src: [ '.tmp/concat/scripts/vendor.js' ] },
{ dest: 'dist/scripts/app.js',
src: [ '.tmp/concat/scripts/app.js' ] } ] } }
cssmin:
{ generated:
{ files:
[ { dest: 'dist/styles/vendor.css',
src: [ '.tmp/concat/styles/vendor.css' ] } ] } }
Running "concurrent:dist" (concurrent) task
Running "copy:styles" (copy) task
Done, without errors.
Execution Time (2014-11-19 08:44:25 UTC)
loading tasks 662ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 99%
Total 667ms
Running "imagemin:dist" (imagemin) task
Minified 0 images (saved 0 B)
Done, without errors.
Execution Time (2014-11-19 08:44:25 UTC)
loading tasks 664ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 99%
Total 671ms
Running "svgmin:dist" (svgmin) task
Total saved: 0 B
Done, without errors.
Execution Time (2014-11-19 08:44:25 UTC)
loading tasks 668ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 96%
svgmin:dist 27ms ▇▇ 4%
Total 695ms
Running "sass:dist" (sass) task
Running "sass:server" (sass) task
Done, without errors.
Execution Time (2014-11-19 08:44:25 UTC)
loading tasks 660ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 60%
sass:dist 221ms ▇▇▇▇▇▇▇▇▇▇ 20%
sass:server 215ms ▇▇▇▇▇▇▇▇▇▇ 20%
Total 1.1s
Running "autoprefixer:dist" (autoprefixer) task
File .tmp/styles/app.css created.
File .tmp/styles/app.css.map created (source map).
Running "concat:generated" (concat) task
File ".tmp/concat/styles/vendor.css" created.
File ".tmp/concat/scripts/vendor.js" created.
File ".tmp/concat/scripts/app.js" created.
Running "cssmin:generated" (cssmin) task
File dist/styles/vendor.css created: 281.98 kB → 125.56 kB
Running "uglify:generated" (uglify) task
File dist/scripts/vendor.js created: 691.77 kB → 243.91 kB
File dist/scripts/app.js created: 0 B → 0 B
Running "copy:dist" (copy) task
Copied 2 files
Running "rev:dist" (rev) task
dist/scripts/app.js >> d41d8cd9.app.js
dist/scripts/vendor.js >> 615ea76b.vendor.js
dist/styles/app.css >> ab5ab557.app.css
dist/styles/vendor.css >> b21f39d6.vendor.css
Running "usemin:html" (usemin) task
Processing as HTML - dist/index.html
Update the HTML to reference our concat/min/revved script files
<script src="scripts/vendor.js" changed to <script src="scripts/615ea76b.vendor.js"
<script src="scripts/app.js" changed to <script src="scripts/d41d8cd9.app.js"
Update the HTML with the new css filenames
<link rel="stylesheet" href="styles/vendor.css" changed to <link rel="stylesheet" href="styles/b21f39d6.vendor.css"
Update the HTML with the new img filenames
Update the HTML with data-main tags
Update the HTML with data-* tags
Update the HTML with background imgs, case there is some inline style
Update the HTML with anchors images
Update the HTML with reference in input
Running "usemin:css" (usemin) task
Processing as CSS - dist/styles/ab5ab557.app.css
Update the CSS to reference our revved images
Processing as CSS - dist/styles/b21f39d6.vendor.css
Update the CSS to reference our revved images
Done, without errors.
Execution Time (2014-11-19 08:44:24 UTC)
loading tasks 628ms ▇▇▇▇▇▇▇▇▇▇ 12%
jade:dist 193ms ▇▇▇▇ 4%
wiredep:app 105ms ▇▇ 2%
concurrent:dist 1.4s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 27%
cssmin:generated 93ms ▇▇ 2%
uglify:generated 2.6s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 51%
Total 5.1s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment