Last active
December 28, 2015 08:59
-
-
Save doomsbuster/7475676 to your computer and use it in GitHub Desktop.
Concat Issue CSS File 1 is imported before CSS File 2
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
/*@import url(http://fonts.googleapis.com/css?family=Chela+One); | |
@import url(http://fonts.googleapis.com/css?family=Architects+Daughter); | |
@import url(http://fonts.googleapis.com/css?family=Marck+Script);*/ | |
/* Samsung Galaxy S4 Landscape */ | |
/*@media screen (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) and (device-width: 1920px) and (orientation: landscape){ | |
} | |
*/ | |
/* Samsung Galaxy S4 Portrait */ | |
.maincontainer { | |
width: 100%; | |
height: 100px; | |
margin: 0 auto; | |
background-color: #D9534F; | |
text-align: center; | |
} | |
.inner { | |
width: 60%; | |
margin: 0 auto; | |
height: inherit; | |
} | |
.handle { | |
width: 5px; | |
height: 50%; | |
background-color: black; | |
margin: 0 auto; | |
border-radius: 1.5px; | |
box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.6); | |
} | |
.text { | |
height: 50%; | |
font-family: 'Chela One', cursive; | |
font-size: 80px; | |
text-align: center; | |
margin-top: -40%; | |
} | |
.component:hover { | |
-webkit-animation-play-state:running; | |
-moz-animation-play-state:running; | |
animation-play-state:running; | |
} | |
.component { | |
width: 9%; | |
height: 100px; | |
margin: 0 auto; | |
-webkit-animation-name: rotate; | |
-webkit-animation-duration: 1s; | |
-webkit-animation-iteration-count: infinite; | |
-webkit-animation-direction: linear; | |
-webkit-transform-origin:50% 0%; | |
-webkit-animation-timing-function: ease-in-out; | |
-moz-animation-name: rotate; | |
-moz-animation-duration: 1s; | |
-moz-animation-iteration-count: infinite; | |
-moz-animation-direction: linear; | |
-moz-transform-origin:50% 0%; | |
-moz-animation-timing-function:ease-in-out; | |
-webkit-animation-play-state:paused; | |
-moz-animation-play-state:paused; | |
animation-name: rotate; | |
animation-duration: 1s; | |
animation-iteration-count: infinite; | |
animation-direction: linear; | |
transform-origin:50% 0%; | |
animation-timing-function:ease-in-out; | |
animation-play-state:paused; | |
display: inline-block; | |
} | |
.threed{ | |
color: rgba(255,255,255,1); | |
font-weight: bold; | |
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0px 0px 2px rgb(135,135,135),1px 0px 0 rgb(102,102,102),2px 0px 0 rgb(68,68,68),3px 0px 0 rgb(35,35,35),4px 0px 0 rgb(2,2,2), 5px 0px 0 rgb(-31,-31,-31),6px 0px 5px rgba(0,0,0,1),6px 0px 1px rgba(0,0,0,0.5),0px 0px 5px rgba(0,0,0,.2); | |
} | |
/* All Animations Go here */ | |
@-webkit-keyframes rotate { | |
0% { -webkit-transform: rotate(0deg); } | |
25% { -webkit-transform: rotate(-45deg); } | |
50% { -webkit-transform: rotate(0deg); } | |
75% { -webkit-transform: rotate(45deg); } | |
100% { -webkit-transform: rotate(0deg); } | |
} | |
@-moz-keyframes rotate { | |
0% { -moz-transform: rotate(0deg); } | |
25% { -moz-transform: rotate(-45deg); } | |
50% { -moz-transform: rotate(0deg); } | |
75% { -moz-transform: rotate(45deg); } | |
100% { -moz-transform: rotate(0deg); } | |
} | |
@keyframes rotate { | |
0% { transform: rotate(0deg); } | |
25% { transform: rotate(-45deg); } | |
50% { transform: rotate(0deg); } | |
75% { transform: rotate(45deg); } | |
100% { transform: rotate(0deg); } | |
} | |
body, html { | |
margin: 0 auto; | |
padding: 0; | |
} | |
#footer { | |
background-color: rgb(33,36,37); | |
height: 100%; | |
width: 100%; | |
text-align: center; | |
padding: 5px 0; | |
} | |
#copyrights { | |
margin: 0 auto; | |
} | |
#copyrights p{ | |
font-family: 'Architects Daughter', cursive; | |
font-size: small; | |
color: #FFFFFF; | |
margin: 0; | |
} | |
#copyrights ul { | |
margin: 0 auto; | |
font-size: small; | |
padding: 0; | |
} | |
#copyrights ul li{ | |
display: inline; | |
vertical-align: middle; | |
font-family: 'Architects Daughter', cursive; | |
color: #FFFFFF; | |
margin: 0; | |
} | |
#copyrights ul li a{ | |
font-family: 'Architects Daughter', cursive; | |
color: #FFFFFF; | |
text-decoration: none; | |
cursor: pointer; | |
} |
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
.pagebackground | |
{ | |
background-image: url(../images/laserbeam.jpg); | |
background-repeat: no-repeat; | |
background-position: center center; | |
background-size: 100% 100%; | |
background-attachment: scroll; | |
height: 100%; | |
width: 100%; | |
} | |
.vertgrid { | |
position: absolute; | |
width: 1px; | |
height: 100%; | |
overflow: hidden; | |
z-index: 11000; | |
} | |
.horgrid { | |
position: absolute; | |
width: 100%; | |
height: 1px; | |
overflow: hidden; | |
z-index: 11000; | |
} | |
.gridline { | |
background-color: cyan; | |
} | |
.sparkle { | |
z-index: 9002; | |
position: absolute; | |
opacity: 0.95; | |
-webkit-box-shadow: 0 0 3px 1px white; | |
box-shadow: 0 0 3px 1px white; | |
background-image: -webkit-radial-gradient(circle, #ffffff, #000000); | |
background-image: -moz-radial-gradient(circle, #ffffff, #000000); | |
background-image: -o-radial-gradient(circle, #ffffff, #000000); | |
background-image: -ms-radial-gradient(circle, #ffffff, #000000); | |
background-image: radial-gradient(circle, #ffffff, #000000); | |
-moz-animation-delay: 0s; | |
-moz-animation-direction: alternate; | |
-moz-animation-duration: 1s; | |
-moz-animation-iteration-count: infinite; | |
-moz-animation-name: big-star; | |
animation-delay: 0s; | |
animation-direction: alternate; | |
animation-duration: 1s; | |
animation-iteration-count: infinite; | |
animation-name: big-star; | |
-webkit-animation-delay: 0s; | |
-webkit-animation-direction: normal; | |
-webkit-animation-duration: 1s; | |
-webkit-animation-iteration-count: infinite; | |
-webkit-animation-name: big-star; | |
} | |
.movingstar { | |
opacity: 0; | |
-moz-animation-delay: 5s; | |
-moz-animation-direction: normal; | |
-moz-animation-duration: 1s; | |
-moz-animation-iteration-count: 1; | |
-moz-animation-name: movingstar; | |
-webkit-animation-delay: 5s; | |
-webkit-animation-direction: normal; | |
-webkit-animation-duration: 1s; | |
-webkit-animation-iteration-count: 1; | |
-webkit-animation-name: movingstar; | |
-webkit-animation-timing-function: ease-out; | |
animation-delay: 5s; | |
animation-direction: normal; | |
animation-duration: 1s; | |
animation-iteration-count: 1; | |
animation-name: movingstar; | |
} | |
.no-sparkle { | |
z-index: 9002; | |
position: absolute; | |
opacity: 0.75; | |
-webkit-box-shadow: 0 0 5px 2px rgba(255,255,255,0.5); | |
box-shadow: 0 0 5px 2px rgba(255,255,255,0.5); | |
background-image: -webkit-radial-gradient(circle, #ffffff, #000000); | |
background-image: -moz-radial-gradient(circle, #ffffff, #000000); | |
background-image: -o-radial-gradient(circle, #ffffff, #000000); | |
background-image: -ms-radial-gradient(circle, #ffffff, #000000); | |
background-image: radial-gradient(circle, #ffffff, #000000); | |
} | |
.planet { | |
z-index: 9000; | |
position: absolute; | |
width: 10px; | |
height: 10px; | |
margin: 0; | |
border-radius: 10px; | |
cursor: pointer; | |
} | |
.ulink { | |
font-family: 'Architects Daughter', cursive; | |
font-size: small; | |
color: #ffffff; | |
text-align: center; | |
cursor: pointer; | |
text-decoration: none; | |
font-weight: bold; | |
} | |
#blanket { | |
width: 100%; | |
height: 100%; | |
margin: 0 auto; | |
overflow: hidden; | |
opacity:0.0; | |
z-index: 8999; | |
position: absolute; | |
background-image: -webkit-radial-gradient(#444 20%, rgba(0,0,0,0.7) 80%); | |
background-image: -moz-radial-gradient(#444 20%,rgba(0,0,0,0.7) 80%); | |
background-image: -o-radial-gradient(#444 20%,rgba(0,0,0,0.7) 80%); | |
background-image: -ms-radial-gradient(#444 20%,rgba(0,0,0,0.7) 80%); | |
background-image: radial-gradient(#444 20%,rgba(0,0,0,0.7) 80%); | |
} | |
#footerdiv { | |
font-family: 'Architects Daughter', cursive; | |
font-size: small; | |
color: #ffffff; | |
text-align: center; | |
width: 100%; | |
position: absolute; | |
bottom: 1px; | |
z-index: 9004; | |
opacity: 0.4; | |
font-weight: bolder; | |
text-shadow: 1px 0 2px rgba(255, 255, 255, 0.5); | |
} | |
#footerdiv p{ | |
font-family: 'Architects Daughter', cursive; | |
font-size: small; | |
color: #FFFFFF; | |
margin: 0; | |
} | |
#footerdiv ul { | |
margin: 0 auto; | |
font-size: small; | |
padding: 0; | |
} | |
#footerdiv ul li{ | |
display: inline; | |
vertical-align: middle; | |
font-family: 'Architects Daughter', cursive; | |
color: #FFFFFF; | |
margin: 0; | |
} | |
#footerdiv ul li a{ | |
font-family: 'Architects Daughter', cursive; | |
color: #FFFFFF; | |
text-decoration: none; | |
cursor: pointer; | |
} | |
.calloutcontainer{ | |
position: absolute; | |
left: 50%; | |
top: 35%; | |
width: 300px; | |
height: 100px; | |
z-index: 10000; | |
border-radius: 10px; | |
color: #FFFFFF; | |
margin: 0 auto; | |
display: none; | |
} | |
.calloutbubble { | |
left: 0; | |
top: 0; | |
overflow: auto; | |
border-radius: 10px; | |
background-color: rgba(38,38,38,0.8); | |
padding: 10px; | |
text-align: justify; | |
-webkit-box-shadow: 2px 5px 10px 1px rgba(0,0,0,0.6); | |
box-shadow: 2px 5px 10px 1px rgba(0,0,0,0.6); | |
z-index: 13; | |
position: relative; | |
} | |
.calloutbubble p { | |
font-family: 'Architects Daughter', cursive; | |
font-size: small; | |
margin: 0; | |
text-shadow: 1px 0 2px rgba(255, 255, 255, 0.5); | |
font-weight: bold; | |
} | |
.callouttriangle { | |
width: 0; | |
height: 0; | |
border-bottom:10px solid rgba(38,38,38,0.8); | |
border-left:10px dotted transparent; | |
border-right:10px dotted transparent; | |
margin-left: 20px; | |
z-index: 14; | |
} | |
.supportmessage | |
{ | |
font-family: 'Freckle Face', cursive; | |
text-align: center; | |
} | |
@-moz-keyframes big-star { | |
from { | |
opacity: 0.3; | |
-moz-transform: rotate(10deg); | |
} | |
to { | |
opacity: 0.9; | |
-moz-transform: rotate(40deg); | |
} | |
} | |
@-moz-keyframes shooting-star { | |
from { | |
opacity: 0.3; | |
-moz-transform: rotate(10deg); | |
} | |
to { | |
opacity: 0.9; | |
-moz-transform: rotate(40deg); | |
} | |
} | |
@keyframes big-star { | |
from { | |
opacity: 0.3; | |
transform: rotate(10deg); | |
} | |
to { | |
opacity: 0.9; | |
transform: rotate(40deg); | |
} | |
} | |
@keyframes shooting-star { | |
from { | |
opacity: 0.3; | |
transform: rotate(10deg); | |
} | |
to { | |
opacity: 0.9; | |
transform: rotate(40deg); | |
} | |
} | |
@-webkit-keyframes big-star { | |
from { | |
opacity: 0.3; | |
-webkit-transform: rotate(10deg); | |
} | |
to { | |
opacity: 0.9; | |
-webkit-transform: rotate(40deg); | |
} | |
} | |
@-webkit-keyframes shooting-star { | |
from { | |
opacity: 0.3; | |
-webkit-transform: rotate(10deg); | |
} | |
to { | |
opacity: 0.9; | |
-webkit-transform: rotate(40deg); | |
} | |
} | |
@-moz-keyframes movingstar { | |
from { | |
opacity: 0; | |
} | |
25% { | |
opacity: 1; | |
} | |
50% { | |
opacity: 1; | |
} | |
75% { | |
opacity: 1; | |
} | |
to { | |
opacity: 0; | |
-moz-transform: translate(-600px, 200px); | |
} | |
} | |
@keyframes movingstar { | |
from { | |
opacity: 0; | |
} | |
25% { | |
opacity: 1; | |
} | |
50% { | |
opacity: 1; | |
} | |
75% { | |
opacity: 1; | |
} | |
to { | |
opacity: 0; | |
transform: translate(-600px, 200px); | |
} | |
} | |
@-webkit-keyframes movingstar { | |
from { | |
opacity: 0; | |
} | |
25% { | |
opacity: 1; | |
} | |
50% { | |
opacity: 1; | |
} | |
75% { | |
opacity: 1; | |
} | |
to { | |
opacity: 0; | |
-webkit-transform: translate(-600px, 200px); | |
} | |
} |
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
// Generated on 2013-11-11 using generator-angular 0.6.0-rc.1 | |
'use strict'; | |
// # Globbing | |
// for performance reasons we're only matching one level down: | |
// 'test/spec/{,*/}*.js' | |
// use this if you want to recursively match all subfolders: | |
// 'test/spec/**/*.js' | |
module.exports = function (grunt) { | |
require('load-grunt-tasks')(grunt); | |
require('time-grunt')(grunt); | |
grunt.initConfig({ | |
yeoman: { | |
// configurable paths | |
app: require('./bower.json').appPath || 'app', | |
dist: 'dist' | |
}, | |
watch: { | |
coffee: { | |
files: ['<%= yeoman.app %>/scripts/{,*/}*.coffee'], | |
tasks: ['coffee:dist'] | |
}, | |
coffeeTest: { | |
files: ['test/spec/{,*/}*.coffee'], | |
tasks: ['coffee:test'] | |
}, | |
styles: { | |
files: ['<%= yeoman.app %>/styles/{,*/}*.css'], | |
tasks: ['copy:styles', 'autoprefixer'] | |
}, | |
livereload: { | |
options: { | |
livereload: '<%= connect.options.livereload %>' | |
}, | |
files: [ | |
'<%= yeoman.app %>/{,*/}*.html', | |
'.tmp/styles/{,*/}*.css', | |
'{.tmp,<%= yeoman.app %>}/scripts/{,*/}*.js', | |
'<%= yeoman.app %>/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}' | |
] | |
} | |
}, | |
autoprefixer: { | |
options: ['last 1 version'], | |
dist: { | |
files: [{ | |
expand: true, | |
cwd: '.tmp/styles/', | |
src: '{,*/}*.css', | |
dest: '.tmp/styles/' | |
}] | |
} | |
}, | |
connect: { | |
options: { | |
port: 9000, | |
// Change this to '0.0.0.0' to access the server from outside. | |
hostname: '0.0.0.0', | |
livereload: 35729 | |
}, | |
livereload: { | |
options: { | |
open: true, | |
base: [ | |
'.tmp', | |
'<%= yeoman.app %>' | |
] | |
} | |
}, | |
test: { | |
options: { | |
port: 9001, | |
base: [ | |
'.tmp', | |
'test', | |
'<%= yeoman.app %>' | |
] | |
} | |
}, | |
dist: { | |
options: { | |
base: '<%= yeoman.dist %>' | |
} | |
} | |
}, | |
clean: { | |
dist: { | |
files: [{ | |
dot: true, | |
src: [ | |
'.tmp', | |
'<%= yeoman.dist %>/*', | |
'!<%= yeoman.dist %>/.git*' | |
] | |
}] | |
}, | |
server: '.tmp' | |
}, | |
jshint: { | |
options: { | |
jshintrc: '.jshintrc', | |
reporter: require('jshint-stylish') | |
}, | |
all: [ | |
'Gruntfile.js', | |
'<%= yeoman.app %>/scripts/{,*/}*.js' | |
] | |
}, | |
coffee: { | |
options: { | |
sourceMap: true, | |
sourceRoot: '' | |
}, | |
dist: { | |
files: [{ | |
expand: true, | |
cwd: '<%= yeoman.app %>/scripts', | |
src: '{,*/}*.coffee', | |
dest: '.tmp/scripts', | |
ext: '.js' | |
}] | |
}, | |
test: { | |
files: [{ | |
expand: true, | |
cwd: 'test/spec', | |
src: '{,*/}*.coffee', | |
dest: '.tmp/spec', | |
ext: '.js' | |
}] | |
} | |
}, | |
// not used since Uglify task does concat, | |
// but still available if needed | |
/*concat: { | |
dist: {} | |
},*/ | |
rev: { | |
dist: { | |
files: { | |
src: [ | |
'<%= yeoman.dist %>/scripts/{,*/}*.js', | |
'<%= yeoman.dist %>/styles/{,*/}*.css', | |
'<%= yeoman.dist %>/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}', | |
'<%= yeoman.dist %>/styles/fonts/*' | |
] | |
} | |
} | |
}, | |
useminPrepare: { | |
html: '<%= yeoman.app %>/index.html', | |
options: { | |
dest: '<%= yeoman.dist %>' | |
} | |
}, | |
usemin: { | |
html: ['<%= yeoman.dist %>/{,*/}*.html'], | |
css: ['<%= yeoman.dist %>/styles/{,*/}*.css'], | |
options: { | |
dirs: ['<%= yeoman.dist %>'] | |
} | |
}, | |
imagemin: { | |
dist: { | |
options: { | |
optimizationLevel: 7, | |
progressive: true | |
}, | |
files: [{ | |
expand: true, | |
cwd: '<%= yeoman.app %>/images', | |
src: '{,*/}*.{png,jpg,jpeg}', | |
dest: '<%= yeoman.dist %>/images' | |
}] | |
} | |
}, | |
svgmin: { | |
dist: { | |
files: [{ | |
expand: true, | |
cwd: '<%= yeoman.app %>/images', | |
src: '{,*/}*.svg', | |
dest: '<%= yeoman.dist %>/images' | |
}] | |
} | |
}, | |
cssmin: { | |
// By default, your `index.html` <!-- Usemin Block --> will take care of | |
// minification. This option is pre-configured if you do not wish to use | |
// Usemin blocks. | |
// dist: { | |
// files: { | |
// '<%= yeoman.dist %>/styles/main.css': [ | |
// '.tmp/styles/{,*/}*.css', | |
// '<%= yeoman.app %>/styles/{,*/}*.css' | |
// ] | |
// } | |
// } | |
}, | |
htmlmin: { | |
dist: { | |
options: { | |
/*removeCommentsFromCDATA: true, | |
// https://github.com/yeoman/grunt-usemin/issues/44 | |
//collapseWhitespace: true, | |
collapseBooleanAttributes: true, | |
removeAttributeQuotes: true, | |
removeRedundantAttributes: true, | |
useShortDoctype: true, | |
removeEmptyAttributes: true, | |
removeOptionalTags: true*/ | |
}, | |
files: [{ | |
expand: true, | |
cwd: '<%= yeoman.app %>', | |
src: ['*.html', 'views/*.html'], | |
dest: '<%= yeoman.dist %>' | |
}] | |
} | |
}, | |
// Put files not handled in other tasks here | |
copy: { | |
dist: { | |
files: [{ | |
expand: true, | |
dot: true, | |
cwd: '<%= yeoman.app %>', | |
dest: '<%= yeoman.dist %>', | |
src: [ | |
'*.{ico,png,txt}', | |
'.htaccess', | |
'bower_components/**/*', | |
'images/{,*/}*.{gif,webp}', | |
'fonts/*' | |
] | |
}, { | |
expand: true, | |
cwd: '.tmp/images', | |
dest: '<%= yeoman.dist %>/images', | |
src: [ | |
'generated/*' | |
] | |
}] | |
}, | |
styles: { | |
expand: true, | |
cwd: '<%= yeoman.app %>/styles', | |
dest: '.tmp/styles/', | |
src: '{,*/}*.css' | |
} | |
}, | |
concurrent: { | |
server: [ | |
'coffee:dist', | |
'copy:styles' | |
], | |
test: [ | |
'coffee', | |
'copy:styles' | |
], | |
dist: [ | |
'coffee', | |
'copy:styles', | |
'imagemin', | |
'svgmin', | |
'htmlmin' | |
] | |
}, | |
karma: { | |
unit: { | |
configFile: 'karma.conf.js', | |
singleRun: true | |
} | |
}, | |
cdnify: { | |
dist: { | |
html: ['<%= yeoman.dist %>/*.html'] | |
} | |
}, | |
ngmin: { | |
dist: { | |
files: [{ | |
expand: true, | |
cwd: '.tmp/concat/scripts', | |
src: '*.js', | |
dest: '.tmp/concat/scripts' | |
}] | |
} | |
}, | |
uglify: { | |
dist: { | |
files: { | |
'<%= yeoman.dist %>/scripts/scripts.js': [ | |
'<%= yeoman.dist %>/scripts/scripts.js' | |
] | |
} | |
} | |
} | |
}); | |
grunt.registerTask('server', function (target) { | |
if (target === 'dist') { | |
return grunt.task.run(['build', 'connect:dist:keepalive']); | |
} | |
grunt.task.run([ | |
'clean:server', | |
'concurrent:server', | |
'autoprefixer', | |
'connect:livereload', | |
'watch' | |
]); | |
}); | |
grunt.registerTask('test', [ | |
'clean:server', | |
'concurrent:test', | |
'autoprefixer', | |
'connect:test', | |
'karma' | |
]); | |
grunt.registerTask('build', [ | |
'clean:dist', | |
'useminPrepare', | |
'concurrent:dist', | |
'autoprefixer', | |
'concat', | |
'ngmin', | |
'copy:dist', | |
'cdnify', | |
'cssmin', | |
'uglify', | |
'rev', | |
'usemin' | |
]); | |
grunt.registerTask('default', [ | |
'jshint', | |
'test', | |
'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
[4mInitializing[24m | |
Command-line options: [36m--verbose[39m | |
Reading "Gruntfile.js" Gruntfile...[32mOK[39m | |
[1mRegistering Gruntfile tasks.[22m | |
[1mRegistering "grunt-autoprefixer" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-autoprefixer/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-autoprefixer/package.json...[32mOK[39m | |
Loading "autoprefixer.js" tasks...[32mOK[39m | |
+ [36mautoprefixer[39m | |
[1mRegistering "grunt-concurrent" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-concurrent/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-concurrent/package.json...[32mOK[39m | |
Loading "concurrent.js" tasks...[32mOK[39m | |
+ [36mconcurrent[39m | |
[1mRegistering "grunt-contrib-clean" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-clean/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-clean/package.json...[32mOK[39m | |
Loading "clean.js" tasks...[32mOK[39m | |
+ [36mclean[39m | |
[1mRegistering "grunt-contrib-coffee" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-coffee/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-coffee/package.json...[32mOK[39m | |
Loading "coffee.js" tasks...[32mOK[39m | |
+ [36mcoffee[39m | |
[1mRegistering "grunt-contrib-compass" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-compass/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-compass/package.json...[32mOK[39m | |
Loading "compass.js" tasks...[32mOK[39m | |
+ [36mcompass[39m | |
[1mRegistering "grunt-contrib-concat" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-concat/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-concat/package.json...[32mOK[39m | |
Loading "concat.js" tasks...[32mOK[39m | |
+ [36mconcat[39m | |
[1mRegistering "grunt-contrib-connect" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-connect/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-connect/package.json...[32mOK[39m | |
Loading "connect.js" tasks...[32mOK[39m | |
+ [36mconnect[39m | |
[1mRegistering "grunt-contrib-copy" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-copy/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-copy/package.json...[32mOK[39m | |
Loading "copy.js" tasks...[32mOK[39m | |
+ [36mcopy[39m | |
[1mRegistering "grunt-contrib-cssmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-cssmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-cssmin/package.json...[32mOK[39m | |
Loading "cssmin.js" tasks...[32mOK[39m | |
+ [36mcssmin[39m | |
[1mRegistering "grunt-contrib-htmlmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-htmlmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-htmlmin/package.json...[32mOK[39m | |
Loading "htmlmin.js" tasks...[32mOK[39m | |
+ [36mhtmlmin[39m | |
[1mRegistering "grunt-contrib-imagemin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-imagemin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-imagemin/package.json...[32mOK[39m | |
Loading "imagemin.js" tasks...[32mOK[39m | |
+ [36mimagemin[39m | |
[1mRegistering "grunt-contrib-jshint" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-jshint/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-jshint/package.json...[32mOK[39m | |
Loading "jshint.js" tasks...[32mOK[39m | |
+ [36mjshint[39m | |
[1mRegistering "grunt-contrib-uglify" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-uglify/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-uglify/package.json...[32mOK[39m | |
Loading "uglify.js" tasks...[32mOK[39m | |
+ [36muglify[39m | |
[1mRegistering "grunt-contrib-watch" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-watch/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-watch/package.json...[32mOK[39m | |
Loading "watch.js" tasks...[32mOK[39m | |
+ [36mwatch[39m | |
[1mRegistering "grunt-google-cdn" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-google-cdn/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-google-cdn/package.json...[32mOK[39m | |
Loading "cdnify.js" tasks...[32mOK[39m | |
+ [36mcdnify[39m | |
[1mRegistering "grunt-ngmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-ngmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-ngmin/package.json...[32mOK[39m | |
Loading "ngmin.js" tasks...[32mOK[39m | |
+ [36mngmin[39m | |
[1mRegistering "grunt-rev" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-rev/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-rev/package.json...[32mOK[39m | |
Loading "rev.js" tasks...[32mOK[39m | |
+ [36mrev[39m | |
[1mRegistering "grunt-svgmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-svgmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-svgmin/package.json...[32mOK[39m | |
Loading "svgmin.js" tasks...[32mOK[39m | |
+ [36msvgmin[39m | |
[1mRegistering "grunt-usemin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-usemin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-usemin/package.json...[32mOK[39m | |
Loading "usemin.js" tasks...[32mOK[39m | |
+ [36musemin[39m, [36museminPrepare[39m | |
[1mRegistering "grunt-karma" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-karma/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-karma/package.json...[32mOK[39m | |
Loading "grunt-karma.js" tasks...[32mOK[39m | |
+ [36mkarma[39m | |
Initializing config...[32mOK[39m | |
Loading "Gruntfile.js" tasks...[32mOK[39m | |
+ [36mbuild[39m, [36mdefault[39m, [36mserver[39m, [36mtest[39m | |
Running tasks: [36mbuild[39m | |
[4mRunning "build" task[24m | |
[4mRunning "clean:dist" (clean) task[24m | |
Verifying property [36mclean.dist[39m exists in config...[32mOK[39m | |
Files: [36m.tmp[39m, [36mdist/.htaccess[39m, [36mdist/404.html[39m, [36mdist/bower_components[39m, [36mdist/data[39m, [36mdist/favicon.ico[39m, [36mdist/images[39m, [36mdist/index.html[39m, [36mdist/robots.txt[39m, [36mdist/scripts[39m, [36mdist/styles[39m, [36mdist/views[39m | |
Options: [36mforce=false[39m, [36mno-write=false[39m | |
Cleaning .tmp...[32mOK[39m | |
Cleaning dist/.htaccess...[32mOK[39m | |
Cleaning dist/404.html...[32mOK[39m | |
Cleaning dist/bower_components...[32mOK[39m | |
Cleaning dist/data...[32mOK[39m | |
Cleaning dist/favicon.ico...[32mOK[39m | |
Cleaning dist/images...[32mOK[39m | |
Cleaning dist/index.html...[32mOK[39m | |
Cleaning dist/robots.txt...[32mOK[39m | |
Cleaning dist/scripts...[32mOK[39m | |
Cleaning dist/styles...[32mOK[39m | |
Cleaning dist/views...[32mOK[39m | |
[4mRunning "useminPrepare" task[24m | |
[4mRunning "useminPrepare:html" (useminPrepare) task[24m | |
Verifying property [36museminPrepare.html[39m exists in config...[32mOK[39m | |
Files: [36mapp/index.html[39m -> [36mhtml[39m | |
Going through [36mapp/index.html[39m to update the config | |
Looking for build script HTML comment blocks | |
[1mConfiguration is now:[22m | |
[1m concat:[22m | |
{ generated: | |
{ files: | |
[ { dest: [32m'.tmp/concat/styles/main.css'[39m, | |
src: | |
[ [32m'.tmp/styles/main.css'[39m, | |
[32m'.tmp/styles/content.css'[39m, | |
[32m'.tmp/styles/sitemain.css'[39m ] }, | |
{ dest: [32m'.tmp/concat/scripts/modules.js'[39m, | |
src: | |
[ [32m'app/bower_components/threejs/ThreeCanvas.js'[39m, | |
[32m'app/bower_components/modernizr/modernizr.js'[39m ] }, | |
{ dest: [32m'.tmp/concat/scripts/scripts.js'[39m, | |
src: | |
[ [32m'{.tmp,app}/scripts/app.js'[39m, | |
[32m'{.tmp,app}/scripts/layeredsnow.js'[39m, | |
[32m'{.tmp,app}/scripts/controllers/main.js'[39m, | |
[32m'{.tmp,app}/scripts/directives/oscillator.js'[39m, | |
[32m'{.tmp,app}/scripts/site.js'[39m ] } ] } } | |
[1m uglify:[22m | |
{ dist: { files: { [32m'<%= yeoman.dist %>/scripts/scripts.js'[39m: [ [32m'dist/scripts/scripts.js'[39m ] } }, | |
generated: | |
{ files: | |
[ { dest: [32m'dist/scripts/modules.js'[39m, | |
src: [ [32m'.tmp/concat/scripts/modules.js'[39m ] }, | |
{ dest: [32m'dist/scripts/scripts.js'[39m, | |
src: [ [32m'.tmp/concat/scripts/scripts.js'[39m ] } ] } } | |
[1m cssmin:[22m | |
{ generated: | |
{ files: | |
[ { dest: [32m'dist/styles/main.css'[39m, | |
src: [ [32m'.tmp/concat/styles/main.css'[39m ] } ] } } | |
[4mRunning "concurrent:dist" (concurrent) task[24m | |
Verifying property [36mconcurrent.dist[39m exists in config...[32mOK[39m | |
Files: [33m[no src][39m -> [36mdist[39m | |
[4mInitializing[24m | |
Command-line options: [36m--verbose[39m | |
Reading "Gruntfile.js" Gruntfile...[32mOK[39m | |
[1mRegistering Gruntfile tasks.[22m | |
[1mRegistering "grunt-autoprefixer" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-autoprefixer/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-autoprefixer/package.json...[32mOK[39m | |
Loading "autoprefixer.js" tasks...[32mOK[39m | |
+ [36mautoprefixer[39m | |
[1mRegistering "grunt-concurrent" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-concurrent/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-concurrent/package.json...[32mOK[39m | |
Loading "concurrent.js" tasks...[32mOK[39m | |
+ [36mconcurrent[39m | |
[1mRegistering "grunt-contrib-clean" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-clean/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-clean/package.json...[32mOK[39m | |
Loading "clean.js" tasks...[32mOK[39m | |
+ [36mclean[39m | |
[1mRegistering "grunt-contrib-coffee" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-coffee/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-coffee/package.json...[32mOK[39m | |
Loading "coffee.js" tasks...[32mOK[39m | |
+ [36mcoffee[39m | |
[1mRegistering "grunt-contrib-compass" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-compass/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-compass/package.json...[32mOK[39m | |
Loading "compass.js" tasks...[32mOK[39m | |
+ [36mcompass[39m | |
[1mRegistering "grunt-contrib-concat" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-concat/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-concat/package.json...[32mOK[39m | |
Loading "concat.js" tasks...[32mOK[39m | |
+ [36mconcat[39m | |
[1mRegistering "grunt-contrib-connect" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-connect/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-connect/package.json...[32mOK[39m | |
Loading "connect.js" tasks...[32mOK[39m | |
+ [36mconnect[39m | |
[1mRegistering "grunt-contrib-copy" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-copy/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-copy/package.json...[32mOK[39m | |
Loading "copy.js" tasks...[32mOK[39m | |
+ [36mcopy[39m | |
[1mRegistering "grunt-contrib-cssmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-cssmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-cssmin/package.json...[32mOK[39m | |
Loading "cssmin.js" tasks...[32mOK[39m | |
+ [36mcssmin[39m | |
[1mRegistering "grunt-contrib-htmlmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-htmlmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-htmlmin/package.json...[32mOK[39m | |
Loading "htmlmin.js" tasks...[32mOK[39m | |
+ [36mhtmlmin[39m | |
[1mRegistering "grunt-contrib-imagemin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-imagemin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-imagemin/package.json...[32mOK[39m | |
Loading "imagemin.js" tasks...[32mOK[39m | |
+ [36mimagemin[39m | |
[1mRegistering "grunt-contrib-jshint" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-jshint/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-jshint/package.json...[32mOK[39m | |
Loading "jshint.js" tasks...[32mOK[39m | |
+ [36mjshint[39m | |
[1mRegistering "grunt-contrib-uglify" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-uglify/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-uglify/package.json...[32mOK[39m | |
Loading "uglify.js" tasks...[32mOK[39m | |
+ [36muglify[39m | |
[1mRegistering "grunt-contrib-watch" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-watch/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-watch/package.json...[32mOK[39m | |
Loading "watch.js" tasks...[32mOK[39m | |
+ [36mwatch[39m | |
[1mRegistering "grunt-google-cdn" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-google-cdn/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-google-cdn/package.json...[32mOK[39m | |
Loading "cdnify.js" tasks...[32mOK[39m | |
+ [36mcdnify[39m | |
[1mRegistering "grunt-ngmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-ngmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-ngmin/package.json...[32mOK[39m | |
Loading "ngmin.js" tasks...[32mOK[39m | |
+ [36mngmin[39m | |
[1mRegistering "grunt-rev" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-rev/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-rev/package.json...[32mOK[39m | |
Loading "rev.js" tasks...[32mOK[39m | |
+ [36mrev[39m | |
[1mRegistering "grunt-svgmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-svgmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-svgmin/package.json...[32mOK[39m | |
Loading "svgmin.js" tasks...[32mOK[39m | |
+ [36msvgmin[39m | |
[1mRegistering "grunt-usemin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-usemin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-usemin/package.json...[32mOK[39m | |
Loading "usemin.js" tasks...[32mOK[39m | |
+ [36musemin[39m, [36museminPrepare[39m | |
[1mRegistering "grunt-karma" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-karma/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-karma/package.json...[32mOK[39m | |
Loading "grunt-karma.js" tasks...[32mOK[39m | |
+ [36mkarma[39m | |
Initializing config...[32mOK[39m | |
Loading "Gruntfile.js" tasks...[32mOK[39m | |
+ [36mbuild[39m, [36mdefault[39m, [36mserver[39m, [36mtest[39m | |
Running tasks: [36mhtmlmin[39m | |
[4mRunning "htmlmin" task[24m | |
[4mRunning "htmlmin:dist" (htmlmin) task[24m | |
Verifying property [36mhtmlmin.dist[39m exists in config...[32mOK[39m | |
Files: [36mapp/404.html[39m -> [36mdist/404.html[39m | |
Files: [36mapp/index.html[39m -> [36mdist/index.html[39m | |
Files: [36mapp/views/home.html[39m -> [36mdist/views/home.html[39m | |
Files: [36mapp/views/technology.html[39m -> [36mdist/views/technology.html[39m | |
Files: [36mapp/views/training.html[39m -> [36mdist/views/training.html[39m | |
Options: [36m(none)[39m | |
Reading app/404.html...[32mOK[39m | |
Writing dist/404.html...[32mOK[39m | |
File dist/404.html created. | |
Reading app/index.html...[32mOK[39m | |
Writing dist/index.html...[32mOK[39m | |
File dist/index.html created. | |
Reading app/views/home.html...[32mOK[39m | |
Writing dist/views/home.html...[32mOK[39m | |
File dist/views/home.html created. | |
Reading app/views/technology.html...[32mOK[39m | |
Writing dist/views/technology.html...[32mOK[39m | |
File dist/views/technology.html created. | |
Reading app/views/training.html...[32mOK[39m | |
Writing dist/views/training.html...[32mOK[39m | |
File dist/views/training.html created. | |
[32mDone, without errors.[39m | |
[4mElapsed time[24m | |
loading tasks 4ms ▇▇▇▇▇ 11% | |
htmlmin 1ms ▇▇ 3% | |
htmlmin:dist 33ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 87% | |
Total 38ms | |
[4mInitializing[24m | |
Command-line options: [36m--verbose[39m | |
Reading "Gruntfile.js" Gruntfile...[32mOK[39m | |
[1mRegistering Gruntfile tasks.[22m | |
[1mRegistering "grunt-autoprefixer" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-autoprefixer/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-autoprefixer/package.json...[32mOK[39m | |
Loading "autoprefixer.js" tasks...[32mOK[39m | |
+ [36mautoprefixer[39m | |
[1mRegistering "grunt-concurrent" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-concurrent/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-concurrent/package.json...[32mOK[39m | |
Loading "concurrent.js" tasks...[32mOK[39m | |
+ [36mconcurrent[39m | |
[1mRegistering "grunt-contrib-clean" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-clean/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-clean/package.json...[32mOK[39m | |
Loading "clean.js" tasks...[32mOK[39m | |
+ [36mclean[39m | |
[1mRegistering "grunt-contrib-coffee" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-coffee/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-coffee/package.json...[32mOK[39m | |
Loading "coffee.js" tasks...[32mOK[39m | |
+ [36mcoffee[39m | |
[1mRegistering "grunt-contrib-compass" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-compass/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-compass/package.json...[32mOK[39m | |
Loading "compass.js" tasks...[32mOK[39m | |
+ [36mcompass[39m | |
[1mRegistering "grunt-contrib-concat" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-concat/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-concat/package.json...[32mOK[39m | |
Loading "concat.js" tasks...[32mOK[39m | |
+ [36mconcat[39m | |
[1mRegistering "grunt-contrib-connect" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-connect/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-connect/package.json...[32mOK[39m | |
Loading "connect.js" tasks...[32mOK[39m | |
+ [36mconnect[39m | |
[1mRegistering "grunt-contrib-copy" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-copy/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-copy/package.json...[32mOK[39m | |
Loading "copy.js" tasks...[32mOK[39m | |
+ [36mcopy[39m | |
[1mRegistering "grunt-contrib-cssmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-cssmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-cssmin/package.json...[32mOK[39m | |
Loading "cssmin.js" tasks...[32mOK[39m | |
+ [36mcssmin[39m | |
[1mRegistering "grunt-contrib-htmlmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-htmlmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-htmlmin/package.json...[32mOK[39m | |
Loading "htmlmin.js" tasks...[32mOK[39m | |
+ [36mhtmlmin[39m | |
[1mRegistering "grunt-contrib-imagemin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-imagemin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-imagemin/package.json...[32mOK[39m | |
Loading "imagemin.js" tasks...[32mOK[39m | |
+ [36mimagemin[39m | |
[1mRegistering "grunt-contrib-jshint" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-jshint/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-jshint/package.json...[32mOK[39m | |
Loading "jshint.js" tasks...[32mOK[39m | |
+ [36mjshint[39m | |
[1mRegistering "grunt-contrib-uglify" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-uglify/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-uglify/package.json...[32mOK[39m | |
Loading "uglify.js" tasks...[32mOK[39m | |
+ [36muglify[39m | |
[1mRegistering "grunt-contrib-watch" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-watch/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-watch/package.json...[32mOK[39m | |
Loading "watch.js" tasks...[32mOK[39m | |
+ [36mwatch[39m | |
[1mRegistering "grunt-google-cdn" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-google-cdn/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-google-cdn/package.json...[32mOK[39m | |
Loading "cdnify.js" tasks...[32mOK[39m | |
+ [36mcdnify[39m | |
[1mRegistering "grunt-ngmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-ngmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-ngmin/package.json...[32mOK[39m | |
Loading "ngmin.js" tasks...[32mOK[39m | |
+ [36mngmin[39m | |
[1mRegistering "grunt-rev" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-rev/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-rev/package.json...[32mOK[39m | |
Loading "rev.js" tasks...[32mOK[39m | |
+ [36mrev[39m | |
[1mRegistering "grunt-svgmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-svgmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-svgmin/package.json...[32mOK[39m | |
Loading "svgmin.js" tasks...[32mOK[39m | |
+ [36msvgmin[39m | |
[1mRegistering "grunt-usemin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-usemin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-usemin/package.json...[32mOK[39m | |
Loading "usemin.js" tasks...[32mOK[39m | |
+ [36musemin[39m, [36museminPrepare[39m | |
[1mRegistering "grunt-karma" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-karma/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-karma/package.json...[32mOK[39m | |
Loading "grunt-karma.js" tasks...[32mOK[39m | |
+ [36mkarma[39m | |
Initializing config...[32mOK[39m | |
Loading "Gruntfile.js" tasks...[32mOK[39m | |
+ [36mbuild[39m, [36mdefault[39m, [36mserver[39m, [36mtest[39m | |
Running tasks: [36mcoffee[39m | |
[4mRunning "coffee" task[24m | |
[4mRunning "coffee:dist" (coffee) task[24m | |
Verifying property [36mcoffee.dist[39m exists in config...[32mOK[39m | |
Options: [36mbare=false[39m, [36mjoin=false[39m, [36msourceMap[39m, [36mseparator="\n"[39m, [36msourceRoot=""[39m | |
[4mRunning "coffee:test" (coffee) task[24m | |
Verifying property [36mcoffee.test[39m exists in config...[32mOK[39m | |
Options: [36mbare=false[39m, [36mjoin=false[39m, [36msourceMap[39m, [36mseparator="\n"[39m, [36msourceRoot=""[39m | |
[32mDone, without errors.[39m | |
[4mElapsed time[24m | |
loading tasks 4ms ▇▇▇▇▇▇▇▇▇▇▇▇▇ 27% | |
coffee 2ms ▇▇▇▇▇▇▇ 13% | |
coffee:dist 6ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 40% | |
coffee:test 3ms ▇▇▇▇▇▇▇▇▇▇ 20% | |
Total 15ms | |
[4mInitializing[24m | |
Command-line options: [36m--verbose[39m | |
Reading "Gruntfile.js" Gruntfile...[32mOK[39m | |
[1mRegistering Gruntfile tasks.[22m | |
[1mRegistering "grunt-autoprefixer" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-autoprefixer/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-autoprefixer/package.json...[32mOK[39m | |
Loading "autoprefixer.js" tasks...[32mOK[39m | |
+ [36mautoprefixer[39m | |
[1mRegistering "grunt-concurrent" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-concurrent/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-concurrent/package.json...[32mOK[39m | |
Loading "concurrent.js" tasks...[32mOK[39m | |
+ [36mconcurrent[39m | |
[1mRegistering "grunt-contrib-clean" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-clean/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-clean/package.json...[32mOK[39m | |
Loading "clean.js" tasks...[32mOK[39m | |
+ [36mclean[39m | |
[1mRegistering "grunt-contrib-coffee" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-coffee/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-coffee/package.json...[32mOK[39m | |
Loading "coffee.js" tasks...[32mOK[39m | |
+ [36mcoffee[39m | |
[1mRegistering "grunt-contrib-compass" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-compass/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-compass/package.json...[32mOK[39m | |
Loading "compass.js" tasks...[32mOK[39m | |
+ [36mcompass[39m | |
[1mRegistering "grunt-contrib-concat" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-concat/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-concat/package.json...[32mOK[39m | |
Loading "concat.js" tasks...[32mOK[39m | |
+ [36mconcat[39m | |
[1mRegistering "grunt-contrib-connect" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-connect/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-connect/package.json...[32mOK[39m | |
Loading "connect.js" tasks...[32mOK[39m | |
+ [36mconnect[39m | |
[1mRegistering "grunt-contrib-copy" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-copy/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-copy/package.json...[32mOK[39m | |
Loading "copy.js" tasks...[32mOK[39m | |
+ [36mcopy[39m | |
[1mRegistering "grunt-contrib-cssmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-cssmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-cssmin/package.json...[32mOK[39m | |
Loading "cssmin.js" tasks...[32mOK[39m | |
+ [36mcssmin[39m | |
[1mRegistering "grunt-contrib-htmlmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-htmlmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-htmlmin/package.json...[32mOK[39m | |
Loading "htmlmin.js" tasks...[32mOK[39m | |
+ [36mhtmlmin[39m | |
[1mRegistering "grunt-contrib-imagemin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-imagemin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-imagemin/package.json...[32mOK[39m | |
Loading "imagemin.js" tasks...[32mOK[39m | |
+ [36mimagemin[39m | |
[1mRegistering "grunt-contrib-jshint" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-jshint/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-jshint/package.json...[32mOK[39m | |
Loading "jshint.js" tasks...[32mOK[39m | |
+ [36mjshint[39m | |
[1mRegistering "grunt-contrib-uglify" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-uglify/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-uglify/package.json...[32mOK[39m | |
Loading "uglify.js" tasks...[32mOK[39m | |
+ [36muglify[39m | |
[1mRegistering "grunt-contrib-watch" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-watch/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-watch/package.json...[32mOK[39m | |
Loading "watch.js" tasks...[32mOK[39m | |
+ [36mwatch[39m | |
[1mRegistering "grunt-google-cdn" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-google-cdn/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-google-cdn/package.json...[32mOK[39m | |
Loading "cdnify.js" tasks...[32mOK[39m | |
+ [36mcdnify[39m | |
[1mRegistering "grunt-ngmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-ngmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-ngmin/package.json...[32mOK[39m | |
Loading "ngmin.js" tasks...[32mOK[39m | |
+ [36mngmin[39m | |
[1mRegistering "grunt-rev" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-rev/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-rev/package.json...[32mOK[39m | |
Loading "rev.js" tasks...[32mOK[39m | |
+ [36mrev[39m | |
[1mRegistering "grunt-svgmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-svgmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-svgmin/package.json...[32mOK[39m | |
Loading "svgmin.js" tasks...[32mOK[39m | |
+ [36msvgmin[39m | |
[1mRegistering "grunt-usemin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-usemin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-usemin/package.json...[32mOK[39m | |
Loading "usemin.js" tasks...[32mOK[39m | |
+ [36musemin[39m, [36museminPrepare[39m | |
[1mRegistering "grunt-karma" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-karma/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-karma/package.json...[32mOK[39m | |
Loading "grunt-karma.js" tasks...[32mOK[39m | |
+ [36mkarma[39m | |
Initializing config...[32mOK[39m | |
Loading "Gruntfile.js" tasks...[32mOK[39m | |
+ [36mbuild[39m, [36mdefault[39m, [36mserver[39m, [36mtest[39m | |
Running tasks: [36mcopy:styles[39m | |
[4mRunning "copy:styles" (copy) task[24m | |
Verifying property [36mcopy.styles[39m exists in config...[32mOK[39m | |
Files: [36mapp/styles/content.css[39m -> [36m.tmp/styles/content.css[39m | |
Files: [36mapp/styles/main.css[39m -> [36m.tmp/styles/main.css[39m | |
Files: [36mapp/styles/sitemain.css[39m -> [36m.tmp/styles/sitemain.css[39m | |
Options: [36mprocessContent=false[39m, [36mprocessContentExclude=[][39m | |
Copying [36mapp/styles/content.css[39m -> [36m.tmp/styles/content.css[39m | |
Reading app/styles/content.css...[32mOK[39m | |
Writing .tmp/styles/content.css...[32mOK[39m | |
Copying [36mapp/styles/main.css[39m -> [36m.tmp/styles/main.css[39m | |
Reading app/styles/main.css...[32mOK[39m | |
Writing .tmp/styles/main.css...[32mOK[39m | |
Copying [36mapp/styles/sitemain.css[39m -> [36m.tmp/styles/sitemain.css[39m | |
Reading app/styles/sitemain.css...[32mOK[39m | |
Writing .tmp/styles/sitemain.css...[32mOK[39m | |
Copied [36m3[39m files | |
[32mDone, without errors.[39m | |
[4mElapsed time[24m | |
loading tasks 2ms ▇▇▇▇▇▇▇▇▇ 18% | |
copy:styles 9ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 82% | |
Total 11ms | |
[4mInitializing[24m | |
Command-line options: [36m--verbose[39m | |
Reading "Gruntfile.js" Gruntfile...[32mOK[39m | |
[1mRegistering Gruntfile tasks.[22m | |
[1mRegistering "grunt-autoprefixer" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-autoprefixer/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-autoprefixer/package.json...[32mOK[39m | |
Loading "autoprefixer.js" tasks...[32mOK[39m | |
+ [36mautoprefixer[39m | |
[1mRegistering "grunt-concurrent" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-concurrent/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-concurrent/package.json...[32mOK[39m | |
Loading "concurrent.js" tasks...[32mOK[39m | |
+ [36mconcurrent[39m | |
[1mRegistering "grunt-contrib-clean" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-clean/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-clean/package.json...[32mOK[39m | |
Loading "clean.js" tasks...[32mOK[39m | |
+ [36mclean[39m | |
[1mRegistering "grunt-contrib-coffee" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-coffee/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-coffee/package.json...[32mOK[39m | |
Loading "coffee.js" tasks...[32mOK[39m | |
+ [36mcoffee[39m | |
[1mRegistering "grunt-contrib-compass" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-compass/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-compass/package.json...[32mOK[39m | |
Loading "compass.js" tasks...[32mOK[39m | |
+ [36mcompass[39m | |
[1mRegistering "grunt-contrib-concat" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-concat/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-concat/package.json...[32mOK[39m | |
Loading "concat.js" tasks...[32mOK[39m | |
+ [36mconcat[39m | |
[1mRegistering "grunt-contrib-connect" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-connect/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-connect/package.json...[32mOK[39m | |
Loading "connect.js" tasks...[32mOK[39m | |
+ [36mconnect[39m | |
[1mRegistering "grunt-contrib-copy" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-copy/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-copy/package.json...[32mOK[39m | |
Loading "copy.js" tasks...[32mOK[39m | |
+ [36mcopy[39m | |
[1mRegistering "grunt-contrib-cssmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-cssmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-cssmin/package.json...[32mOK[39m | |
Loading "cssmin.js" tasks...[32mOK[39m | |
+ [36mcssmin[39m | |
[1mRegistering "grunt-contrib-htmlmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-htmlmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-htmlmin/package.json...[32mOK[39m | |
Loading "htmlmin.js" tasks...[32mOK[39m | |
+ [36mhtmlmin[39m | |
[1mRegistering "grunt-contrib-imagemin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-imagemin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-imagemin/package.json...[32mOK[39m | |
Loading "imagemin.js" tasks...[32mOK[39m | |
+ [36mimagemin[39m | |
[1mRegistering "grunt-contrib-jshint" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-jshint/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-jshint/package.json...[32mOK[39m | |
Loading "jshint.js" tasks...[32mOK[39m | |
+ [36mjshint[39m | |
[1mRegistering "grunt-contrib-uglify" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-uglify/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-uglify/package.json...[32mOK[39m | |
Loading "uglify.js" tasks...[32mOK[39m | |
+ [36muglify[39m | |
[1mRegistering "grunt-contrib-watch" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-watch/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-watch/package.json...[32mOK[39m | |
Loading "watch.js" tasks...[32mOK[39m | |
+ [36mwatch[39m | |
[1mRegistering "grunt-google-cdn" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-google-cdn/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-google-cdn/package.json...[32mOK[39m | |
Loading "cdnify.js" tasks...[32mOK[39m | |
+ [36mcdnify[39m | |
[1mRegistering "grunt-ngmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-ngmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-ngmin/package.json...[32mOK[39m | |
Loading "ngmin.js" tasks...[32mOK[39m | |
+ [36mngmin[39m | |
[1mRegistering "grunt-rev" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-rev/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-rev/package.json...[32mOK[39m | |
Loading "rev.js" tasks...[32mOK[39m | |
+ [36mrev[39m | |
[1mRegistering "grunt-svgmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-svgmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-svgmin/package.json...[32mOK[39m | |
Loading "svgmin.js" tasks...[32mOK[39m | |
+ [36msvgmin[39m | |
[1mRegistering "grunt-usemin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-usemin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-usemin/package.json...[32mOK[39m | |
Loading "usemin.js" tasks...[32mOK[39m | |
+ [36musemin[39m, [36museminPrepare[39m | |
[1mRegistering "grunt-karma" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-karma/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-karma/package.json...[32mOK[39m | |
Loading "grunt-karma.js" tasks...[32mOK[39m | |
+ [36mkarma[39m | |
Initializing config...[32mOK[39m | |
Loading "Gruntfile.js" tasks...[32mOK[39m | |
+ [36mbuild[39m, [36mdefault[39m, [36mserver[39m, [36mtest[39m | |
Running tasks: [36msvgmin[39m | |
[4mRunning "svgmin" task[24m | |
[4mRunning "svgmin:dist" (svgmin) task[24m | |
Verifying property [36msvgmin.dist[39m exists in config...[32mOK[39m | |
Files: [36mapp/images/facebook.svg[39m -> [36mdist/images/facebook.svg[39m | |
Files: [36mapp/images/gplus.svg[39m -> [36mdist/images/gplus.svg[39m | |
Files: [36mapp/images/linkedin.svg[39m -> [36mdist/images/linkedin.svg[39m | |
Files: [36mapp/images/plane.svg[39m -> [36mdist/images/plane.svg[39m | |
Files: [36mapp/images/twitter.svg[39m -> [36mdist/images/twitter.svg[39m | |
Reading app/images/facebook.svg...[32mOK[39m | |
✔ app/images/facebook.svg (saved 294B 41%) | |
Writing dist/images/facebook.svg...[32mOK[39m | |
Reading app/images/gplus.svg...[32mOK[39m | |
✔ app/images/gplus.svg (saved 448B 24%) | |
Writing dist/images/gplus.svg...[32mOK[39m | |
Reading app/images/linkedin.svg...[32mOK[39m | |
✔ app/images/linkedin.svg (saved 308B 31%) | |
Writing dist/images/linkedin.svg...[32mOK[39m | |
Reading app/images/plane.svg...[32mOK[39m | |
✔ app/images/plane.svg (saved 25.8kB 90%) | |
Writing dist/images/plane.svg...[32mOK[39m | |
Reading app/images/twitter.svg...[32mOK[39m | |
✔ app/images/twitter.svg (saved 428B 28%) | |
Writing dist/images/twitter.svg...[32mOK[39m | |
[32mDone, without errors.[39m | |
[4mElapsed time[24m | |
loading tasks 4ms ▇▇ 3% | |
svgmin 2ms ▇ 1% | |
svgmin:dist 139ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 95% | |
Total 146ms | |
[4mInitializing[24m | |
Command-line options: [36m--verbose[39m | |
Reading "Gruntfile.js" Gruntfile...[32mOK[39m | |
[1mRegistering Gruntfile tasks.[22m | |
[1mRegistering "grunt-autoprefixer" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-autoprefixer/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-autoprefixer/package.json...[32mOK[39m | |
Loading "autoprefixer.js" tasks...[32mOK[39m | |
+ [36mautoprefixer[39m | |
[1mRegistering "grunt-concurrent" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-concurrent/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-concurrent/package.json...[32mOK[39m | |
Loading "concurrent.js" tasks...[32mOK[39m | |
+ [36mconcurrent[39m | |
[1mRegistering "grunt-contrib-clean" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-clean/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-clean/package.json...[32mOK[39m | |
Loading "clean.js" tasks...[32mOK[39m | |
+ [36mclean[39m | |
[1mRegistering "grunt-contrib-coffee" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-coffee/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-coffee/package.json...[32mOK[39m | |
Loading "coffee.js" tasks...[32mOK[39m | |
+ [36mcoffee[39m | |
[1mRegistering "grunt-contrib-compass" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-compass/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-compass/package.json...[32mOK[39m | |
Loading "compass.js" tasks...[32mOK[39m | |
+ [36mcompass[39m | |
[1mRegistering "grunt-contrib-concat" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-concat/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-concat/package.json...[32mOK[39m | |
Loading "concat.js" tasks...[32mOK[39m | |
+ [36mconcat[39m | |
[1mRegistering "grunt-contrib-connect" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-connect/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-connect/package.json...[32mOK[39m | |
Loading "connect.js" tasks...[32mOK[39m | |
+ [36mconnect[39m | |
[1mRegistering "grunt-contrib-copy" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-copy/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-copy/package.json...[32mOK[39m | |
Loading "copy.js" tasks...[32mOK[39m | |
+ [36mcopy[39m | |
[1mRegistering "grunt-contrib-cssmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-cssmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-cssmin/package.json...[32mOK[39m | |
Loading "cssmin.js" tasks...[32mOK[39m | |
+ [36mcssmin[39m | |
[1mRegistering "grunt-contrib-htmlmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-htmlmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-htmlmin/package.json...[32mOK[39m | |
Loading "htmlmin.js" tasks...[32mOK[39m | |
+ [36mhtmlmin[39m | |
[1mRegistering "grunt-contrib-imagemin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-imagemin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-imagemin/package.json...[32mOK[39m | |
Loading "imagemin.js" tasks...[32mOK[39m | |
+ [36mimagemin[39m | |
[1mRegistering "grunt-contrib-jshint" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-jshint/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-jshint/package.json...[32mOK[39m | |
Loading "jshint.js" tasks...[32mOK[39m | |
+ [36mjshint[39m | |
[1mRegistering "grunt-contrib-uglify" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-uglify/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-uglify/package.json...[32mOK[39m | |
Loading "uglify.js" tasks...[32mOK[39m | |
+ [36muglify[39m | |
[1mRegistering "grunt-contrib-watch" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-watch/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-contrib-watch/package.json...[32mOK[39m | |
Loading "watch.js" tasks...[32mOK[39m | |
+ [36mwatch[39m | |
[1mRegistering "grunt-google-cdn" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-google-cdn/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-google-cdn/package.json...[32mOK[39m | |
Loading "cdnify.js" tasks...[32mOK[39m | |
+ [36mcdnify[39m | |
[1mRegistering "grunt-ngmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-ngmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-ngmin/package.json...[32mOK[39m | |
Loading "ngmin.js" tasks...[32mOK[39m | |
+ [36mngmin[39m | |
[1mRegistering "grunt-rev" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-rev/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-rev/package.json...[32mOK[39m | |
Loading "rev.js" tasks...[32mOK[39m | |
+ [36mrev[39m | |
[1mRegistering "grunt-svgmin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-svgmin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-svgmin/package.json...[32mOK[39m | |
Loading "svgmin.js" tasks...[32mOK[39m | |
+ [36msvgmin[39m | |
[1mRegistering "grunt-usemin" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-usemin/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-usemin/package.json...[32mOK[39m | |
Loading "usemin.js" tasks...[32mOK[39m | |
+ [36musemin[39m, [36museminPrepare[39m | |
[1mRegistering "grunt-karma" local Npm module tasks.[22m | |
Reading /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-karma/package.json...[32mOK[39m | |
Parsing /Users/asdesai/Documents/coding/yeoman/ashishdesaicom/node_modules/grunt-karma/package.json...[32mOK[39m | |
Loading "grunt-karma.js" tasks...[32mOK[39m | |
+ [36mkarma[39m | |
Initializing config...[32mOK[39m | |
Loading "Gruntfile.js" tasks...[32mOK[39m | |
+ [36mbuild[39m, [36mdefault[39m, [36mserver[39m, [36mtest[39m | |
Running tasks: [36mimagemin[39m | |
[4mRunning "imagemin" task[24m | |
[4mRunning "imagemin:dist" (imagemin) task[24m | |
Verifying property [36mimagemin.dist[39m exists in config...[32mOK[39m | |
Files: [36mapp/images/ParticleSmoke.png[39m -> [36mdist/images/ParticleSmoke.png[39m | |
Files: [36mapp/images/apacheflex.png[39m -> [36mdist/images/apacheflex.png[39m | |
Files: [36mapp/images/bell.png[39m -> [36mdist/images/bell.png[39m | |
Files: [36mapp/images/christmastree.png[39m -> [36mdist/images/christmastree.png[39m | |
Files: [36mapp/images/laserbeam.jpg[39m -> [36mdist/images/laserbeam.jpg[39m | |
Files: [36mapp/images/nycmonochrome.jpg[39m -> [36mdist/images/nycmonochrome.jpg[39m | |
Files: [36mapp/images/original_laserbeam.jpg[39m -> [36mdist/images/original_laserbeam.jpg[39m | |
Files: [36mapp/images/plane2_2.png[39m -> [36mdist/images/plane2_2.png[39m | |
Files: [36mapp/images/profilepic5.jpg[39m -> [36mdist/images/profilepic5.jpg[39m | |
Files: [36mapp/images/webmaker_logo.png[39m -> [36mdist/images/webmaker_logo.png[39m | |
Options: [36moptimizationLevel=7[39m, [36mprogressive[39m, [36mpngquant[39m | |
Reading app/images/ParticleSmoke.png...[32mOK[39m | |
[cached] app/images/ParticleSmoke.png ← /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/7c563f1f5ee4816570d04a132c7ae871646e287e | |
Reading /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/7c563f1f5ee4816570d04a132c7ae871646e287e...[32mOK[39m | |
Writing dist/images/ParticleSmoke.png...[32mOK[39m | |
✔ app/images/ParticleSmoke.png (saved 2.78 kB) | |
Reading app/images/apacheflex.png...[32mOK[39m | |
[cached] app/images/apacheflex.png ← /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/5fe53d7b42eca17f70fc2cbc87ffc5a69528d1ea | |
Reading /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/5fe53d7b42eca17f70fc2cbc87ffc5a69528d1ea...[32mOK[39m | |
Writing dist/images/apacheflex.png...[32mOK[39m | |
✔ app/images/apacheflex.png (saved 89.91 kB) | |
Reading app/images/bell.png...[32mOK[39m | |
[cached] app/images/bell.png ← /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/9e73cbf6dd921d294143766f55dea926c4c52ea5 | |
Reading /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/9e73cbf6dd921d294143766f55dea926c4c52ea5...[32mOK[39m | |
Writing dist/images/bell.png...[32mOK[39m | |
✔ app/images/bell.png (saved 12.83 kB) | |
Reading app/images/christmastree.png...[32mOK[39m | |
[cached] app/images/christmastree.png ← /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/b8022172c7b0de5c68bee14fe367705157300d41 | |
Reading /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/b8022172c7b0de5c68bee14fe367705157300d41...[32mOK[39m | |
Writing dist/images/christmastree.png...[32mOK[39m | |
✔ app/images/christmastree.png (saved 12.57 kB) | |
Reading app/images/laserbeam.jpg...[32mOK[39m | |
[cached] app/images/laserbeam.jpg ← /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/f76497cd75bd9dbd1c283f5435d79ffc65335363 | |
Reading /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/f76497cd75bd9dbd1c283f5435d79ffc65335363...[32mOK[39m | |
Writing dist/images/laserbeam.jpg...[32mOK[39m | |
✔ app/images/laserbeam.jpg (saved 72.94 kB) | |
Reading app/images/nycmonochrome.jpg...[32mOK[39m | |
[cached] app/images/nycmonochrome.jpg ← /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/a0e5a483e52002c85b8c253487ce44846bb801f8 | |
Reading /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/a0e5a483e52002c85b8c253487ce44846bb801f8...[32mOK[39m | |
Writing dist/images/nycmonochrome.jpg...[32mOK[39m | |
✔ app/images/nycmonochrome.jpg (saved 3.18 kB) | |
Reading app/images/original_laserbeam.jpg...[32mOK[39m | |
[cached] app/images/original_laserbeam.jpg ← /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/da375f85bc6c3cd4dfe1b818f3baebfc5478c04a | |
Reading /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/da375f85bc6c3cd4dfe1b818f3baebfc5478c04a...[32mOK[39m | |
Writing dist/images/original_laserbeam.jpg...[32mOK[39m | |
✔ app/images/original_laserbeam.jpg (saved 2.60 Mb) | |
Reading app/images/plane2_2.png...[32mOK[39m | |
[cached] app/images/plane2_2.png ← /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/9b9895a339ca147f65b2b8de25d5b743faa9b6c5 | |
Reading /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/9b9895a339ca147f65b2b8de25d5b743faa9b6c5...[32mOK[39m | |
Writing dist/images/plane2_2.png...[32mOK[39m | |
✔ app/images/plane2_2.png (saved 4.35 kB) | |
Reading app/images/profilepic5.jpg...[32mOK[39m | |
[cached] app/images/profilepic5.jpg ← /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/2427277786190c9f0631e6b64e20973dd5f34cca | |
Reading /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/2427277786190c9f0631e6b64e20973dd5f34cca...[32mOK[39m | |
Writing dist/images/profilepic5.jpg...[32mOK[39m | |
✔ app/images/profilepic5.jpg (saved 3.20 kB) | |
Reading app/images/webmaker_logo.png...[32mOK[39m | |
[cached] app/images/webmaker_logo.png ← /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/3feb2b1768f5a39da3e6985b839132d61655a1da | |
Reading /var/folders/rl/0d48fm4x3zn8h_5w92rv_1040000gn/T/grunt-contrib-imagemin.cache/3feb2b1768f5a39da3e6985b839132d61655a1da...[32mOK[39m | |
Writing dist/images/webmaker_logo.png...[32mOK[39m | |
✔ app/images/webmaker_logo.png (saved 5.72 kB) | |
Minified 10 images (saved 4.26 Mb) | |
[32mDone, without errors.[39m | |
[4mElapsed time[24m | |
loading tasks 4ms ▇ 2% | |
imagemin 1ms 0% | |
imagemin:dist 249ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 98% | |
Total 254ms | |
[4mRunning "autoprefixer" task[24m | |
[4mRunning "autoprefixer:dist" (autoprefixer) task[24m | |
Verifying property [36mautoprefixer.dist[39m exists in config...[32mOK[39m | |
Files: [36m.tmp/styles/content.css[39m -> [36m.tmp/styles/content.css[39m | |
Files: [36m.tmp/styles/main.css[39m -> [36m.tmp/styles/main.css[39m | |
Files: [36m.tmp/styles/sitemain.css[39m -> [36m.tmp/styles/sitemain.css[39m | |
Reading .tmp/styles/content.css...[32mOK[39m | |
Writing .tmp/styles/content.css...[32mOK[39m | |
Prefixed file ".tmp/styles/content.css" created. | |
Reading .tmp/styles/main.css...[32mOK[39m | |
Writing .tmp/styles/main.css...[32mOK[39m | |
Prefixed file ".tmp/styles/main.css" created. | |
Reading .tmp/styles/sitemain.css...[32mOK[39m | |
Writing .tmp/styles/sitemain.css...[32mOK[39m | |
Prefixed file ".tmp/styles/sitemain.css" created. | |
[4mRunning "concat" task[24m | |
[4mRunning "concat:generated" (concat) task[24m | |
Verifying property [36mconcat.generated[39m exists in config...[32mOK[39m | |
Files: [36m.tmp/styles/main.css[39m, [36m.tmp/styles/content.css[39m, [36m.tmp/styles/sitemain.css[39m -> [36m.tmp/concat/styles/main.css[39m | |
Files: [36mapp/bower_components/threejs/ThreeCanvas.js[39m, [36mapp/bower_components/modernizr/modernizr.js[39m -> [36m.tmp/concat/scripts/modules.js[39m | |
Files: [36mapp/scripts/app.js[39m, [36mapp/scripts/layeredsnow.js[39m, [36mapp/scripts/controllers/main.js[39m, [36mapp/scripts/directives/oscillator.js[39m, [36mapp/scripts/site.js[39m -> [36m.tmp/concat/scripts/scripts.js[39m | |
Reading .tmp/styles/main.css...[32mOK[39m | |
Reading .tmp/styles/content.css...[32mOK[39m | |
Reading .tmp/styles/sitemain.css...[32mOK[39m | |
Writing .tmp/concat/styles/main.css...[32mOK[39m | |
File ".tmp/concat/styles/main.css" created. | |
Reading app/bower_components/threejs/ThreeCanvas.js...[32mOK[39m | |
Reading app/bower_components/modernizr/modernizr.js...[32mOK[39m | |
Writing .tmp/concat/scripts/modules.js...[32mOK[39m | |
File ".tmp/concat/scripts/modules.js" created. | |
Reading app/scripts/app.js...[32mOK[39m | |
Reading app/scripts/layeredsnow.js...[32mOK[39m | |
Reading app/scripts/controllers/main.js...[32mOK[39m | |
Reading app/scripts/directives/oscillator.js...[32mOK[39m | |
Reading app/scripts/site.js...[32mOK[39m | |
Writing .tmp/concat/scripts/scripts.js...[32mOK[39m | |
File ".tmp/concat/scripts/scripts.js" created. | |
[4mRunning "ngmin" task[24m | |
[4mRunning "ngmin:dist" (ngmin) task[24m | |
Verifying property [36mngmin.dist[39m exists in config...[32mOK[39m | |
Files: [36m.tmp/concat/scripts/modules.js[39m -> [36m.tmp/concat/scripts/modules.js[39m | |
Files: [36m.tmp/concat/scripts/scripts.js[39m -> [36m.tmp/concat/scripts/scripts.js[39m | |
ngminifying [36m.tmp/concat/scripts/modules.js[39m, [36m.tmp/concat/scripts/scripts.js[39m | |
Reading .tmp/concat/scripts/modules.js...[32mOK[39m | |
Writing .tmp/concat/scripts/modules.js...[32mOK[39m | |
Reading .tmp/concat/scripts/scripts.js...[32mOK[39m | |
Writing .tmp/concat/scripts/scripts.js...[32mOK[39m | |
[4mRunning "copy:dist" (copy) task[24m | |
Verifying property [36mcopy.dist[39m exists in config...[32mOK[39m | |
Files: [36mapp/favicon.ico[39m -> [36mdist/favicon.ico[39m | |
Files: [36mapp/robots.txt[39m -> [36mdist/robots.txt[39m | |
Files: [36mapp/.htaccess[39m -> [36mdist/.htaccess[39m | |
Files: [36mapp/bower_components/.DS_Store[39m -> [36mdist/bower_components/.DS_Store[39m | |
Files: [36mapp/bower_components/angular[39m -> [36mdist/bower_components/angular[39m | |
Files: [36mapp/bower_components/angular-route[39m -> [36mdist/bower_components/angular-route[39m | |
Files: [36mapp/bower_components/angular-route/.bower.json[39m -> [36mdist/bower_components/angular-route/.bower.json[39m | |
Files: [36mapp/bower_components/angular-route/README.md[39m -> [36mdist/bower_components/angular-route/README.md[39m | |
Files: [36mapp/bower_components/angular-route/angular-route.js[39m -> [36mdist/bower_components/angular-route/angular-route.js[39m | |
Files: [36mapp/bower_components/angular-route/angular-route.min.js[39m -> [36mdist/bower_components/angular-route/angular-route.min.js[39m | |
Files: [36mapp/bower_components/angular-route/angular-route.min.js.map[39m -> [36mdist/bower_components/angular-route/angular-route.min.js.map[39m | |
Files: [36mapp/bower_components/angular-route/bower.json[39m -> [36mdist/bower_components/angular-route/bower.json[39m | |
Files: [36mapp/bower_components/angular/.bower.json[39m -> [36mdist/bower_components/angular/.bower.json[39m | |
Files: [36mapp/bower_components/angular/README.md[39m -> [36mdist/bower_components/angular/README.md[39m | |
Files: [36mapp/bower_components/angular/angular-csp.css[39m -> [36mdist/bower_components/angular/angular-csp.css[39m | |
Files: [36mapp/bower_components/angular/angular.js[39m -> [36mdist/bower_components/angular/angular.js[39m | |
Files: [36mapp/bower_components/angular/angular.min.js[39m -> [36mdist/bower_components/angular/angular.min.js[39m | |
Files: [36mapp/bower_components/angular/angular.min.js.map[39m -> [36mdist/bower_components/angular/angular.min.js.map[39m | |
Files: [36mapp/bower_components/angular/bower.json[39m -> [36mdist/bower_components/angular/bower.json[39m | |
Files: [36mapp/bower_components/es5-shim[39m -> [36mdist/bower_components/es5-shim[39m | |
Files: [36mapp/bower_components/es5-shim/.bower.json[39m -> [36mdist/bower_components/es5-shim/.bower.json[39m | |
Files: [36mapp/bower_components/es5-shim/.gitignore[39m -> [36mdist/bower_components/es5-shim/.gitignore[39m | |
Files: [36mapp/bower_components/es5-shim/CHANGES[39m -> [36mdist/bower_components/es5-shim/CHANGES[39m | |
Files: [36mapp/bower_components/es5-shim/CONTRIBUTORS.md[39m -> [36mdist/bower_components/es5-shim/CONTRIBUTORS.md[39m | |
Files: [36mapp/bower_components/es5-shim/LICENSE[39m -> [36mdist/bower_components/es5-shim/LICENSE[39m | |
Files: [36mapp/bower_components/es5-shim/README.md[39m -> [36mdist/bower_components/es5-shim/README.md[39m | |
Files: [36mapp/bower_components/es5-shim/es5-sham.js[39m -> [36mdist/bower_components/es5-shim/es5-sham.js[39m | |
Files: [36mapp/bower_components/es5-shim/es5-sham.map[39m -> [36mdist/bower_components/es5-shim/es5-sham.map[39m | |
Files: [36mapp/bower_components/es5-shim/es5-sham.min.js[39m -> [36mdist/bower_components/es5-shim/es5-sham.min.js[39m | |
Files: [36mapp/bower_components/es5-shim/es5-shim.js[39m -> [36mdist/bower_components/es5-shim/es5-shim.js[39m | |
Files: [36mapp/bower_components/es5-shim/es5-shim.map[39m -> [36mdist/bower_components/es5-shim/es5-shim.map[39m | |
Files: [36mapp/bower_components/es5-shim/es5-shim.min.js[39m -> [36mdist/bower_components/es5-shim/es5-shim.min.js[39m | |
Files: [36mapp/bower_components/es5-shim/package.json[39m -> [36mdist/bower_components/es5-shim/package.json[39m | |
Files: [36mapp/bower_components/es5-shim/tests[39m -> [36mdist/bower_components/es5-shim/tests[39m | |
Files: [36mapp/bower_components/es5-shim/tests/helpers[39m -> [36mdist/bower_components/es5-shim/tests/helpers[39m | |
Files: [36mapp/bower_components/es5-shim/tests/helpers/h-kill.js[39m -> [36mdist/bower_components/es5-shim/tests/helpers/h-kill.js[39m | |
Files: [36mapp/bower_components/es5-shim/tests/helpers/h-matchers.js[39m -> [36mdist/bower_components/es5-shim/tests/helpers/h-matchers.js[39m | |
Files: [36mapp/bower_components/es5-shim/tests/helpers/h.js[39m -> [36mdist/bower_components/es5-shim/tests/helpers/h.js[39m | |
Files: [36mapp/bower_components/es5-shim/tests/index.html[39m -> [36mdist/bower_components/es5-shim/tests/index.html[39m | |
Files: [36mapp/bower_components/es5-shim/tests/index.min.html[39m -> [36mdist/bower_components/es5-shim/tests/index.min.html[39m | |
Files: [36mapp/bower_components/es5-shim/tests/lib[39m -> [36mdist/bower_components/es5-shim/tests/lib[39m | |
Files: [36mapp/bower_components/es5-shim/tests/lib/jasmine-html.js[39m -> [36mdist/bower_components/es5-shim/tests/lib/jasmine-html.js[39m | |
Files: [36mapp/bower_components/es5-shim/tests/lib/jasmine.css[39m -> [36mdist/bower_components/es5-shim/tests/lib/jasmine.css[39m | |
Files: [36mapp/bower_components/es5-shim/tests/lib/jasmine.js[39m -> [36mdist/bower_components/es5-shim/tests/lib/jasmine.js[39m | |
Files: [36mapp/bower_components/es5-shim/tests/lib/jasmine_favicon.png[39m -> [36mdist/bower_components/es5-shim/tests/lib/jasmine_favicon.png[39m | |
Files: [36mapp/bower_components/es5-shim/tests/lib/json2.js[39m -> [36mdist/bower_components/es5-shim/tests/lib/json2.js[39m | |
Files: [36mapp/bower_components/es5-shim/tests/spec[39m -> [36mdist/bower_components/es5-shim/tests/spec[39m | |
Files: [36mapp/bower_components/es5-shim/tests/spec/s-array.js[39m -> [36mdist/bower_components/es5-shim/tests/spec/s-array.js[39m | |
Files: [36mapp/bower_components/es5-shim/tests/spec/s-date.js[39m -> [36mdist/bower_components/es5-shim/tests/spec/s-date.js[39m | |
Files: [36mapp/bower_components/es5-shim/tests/spec/s-function.js[39m -> [36mdist/bower_components/es5-shim/tests/spec/s-function.js[39m | |
Files: [36mapp/bower_components/es5-shim/tests/spec/s-number.js[39m -> [36mdist/bower_components/es5-shim/tests/spec/s-number.js[39m | |
Files: [36mapp/bower_components/es5-shim/tests/spec/s-object.js[39m -> [36mdist/bower_components/es5-shim/tests/spec/s-object.js[39m | |
Files: [36mapp/bower_components/es5-shim/tests/spec/s-string.js[39m -> [36mdist/bower_components/es5-shim/tests/spec/s-string.js[39m | |
Files: [36mapp/bower_components/jquery[39m -> [36mdist/bower_components/jquery[39m | |
Files: [36mapp/bower_components/jquery/.bower.json[39m -> [36mdist/bower_components/jquery/.bower.json[39m | |
Files: [36mapp/bower_components/jquery/.gitignore[39m -> [36mdist/bower_components/jquery/.gitignore[39m | |
Files: [36mapp/bower_components/jquery/README.md[39m -> [36mdist/bower_components/jquery/README.md[39m | |
Files: [36mapp/bower_components/jquery/bower.json[39m -> [36mdist/bower_components/jquery/bower.json[39m | |
Files: [36mapp/bower_components/jquery/component.json[39m -> [36mdist/bower_components/jquery/component.json[39m | |
Files: [36mapp/bower_components/jquery/composer.json[39m -> [36mdist/bower_components/jquery/composer.json[39m | |
Files: [36mapp/bower_components/jquery/jquery-migrate.js[39m -> [36mdist/bower_components/jquery/jquery-migrate.js[39m | |
Files: [36mapp/bower_components/jquery/jquery-migrate.min.js[39m -> [36mdist/bower_components/jquery/jquery-migrate.min.js[39m | |
Files: [36mapp/bower_components/jquery/jquery.js[39m -> [36mdist/bower_components/jquery/jquery.js[39m | |
Files: [36mapp/bower_components/jquery/jquery.min.js[39m -> [36mdist/bower_components/jquery/jquery.min.js[39m | |
Files: [36mapp/bower_components/jquery/jquery.min.map[39m -> [36mdist/bower_components/jquery/jquery.min.map[39m | |
Files: [36mapp/bower_components/jquery/package.json[39m -> [36mdist/bower_components/jquery/package.json[39m | |
Files: [36mapp/bower_components/json3[39m -> [36mdist/bower_components/json3[39m | |
Files: [36mapp/bower_components/json3/.bower.json[39m -> [36mdist/bower_components/json3/.bower.json[39m | |
Files: [36mapp/bower_components/json3/.gitmodules[39m -> [36mdist/bower_components/json3/.gitmodules[39m | |
Files: [36mapp/bower_components/json3/.jshintrc[39m -> [36mdist/bower_components/json3/.jshintrc[39m | |
Files: [36mapp/bower_components/json3/.npmignore[39m -> [36mdist/bower_components/json3/.npmignore[39m | |
Files: [36mapp/bower_components/json3/LICENSE[39m -> [36mdist/bower_components/json3/LICENSE[39m | |
Files: [36mapp/bower_components/json3/README.md[39m -> [36mdist/bower_components/json3/README.md[39m | |
Files: [36mapp/bower_components/json3/benchmark[39m -> [36mdist/bower_components/json3/benchmark[39m | |
Files: [36mapp/bower_components/json3/benchmark/assets[39m -> [36mdist/bower_components/json3/benchmark/assets[39m | |
Files: [36mapp/bower_components/json3/benchmark/assets/html5.js[39m -> [36mdist/bower_components/json3/benchmark/assets/html5.js[39m | |
Files: [36mapp/bower_components/json3/benchmark/assets/jsperf.css[39m -> [36mdist/bower_components/json3/benchmark/assets/jsperf.css[39m | |
Files: [36mapp/bower_components/json3/benchmark/assets/nano.jar[39m -> [36mdist/bower_components/json3/benchmark/assets/nano.jar[39m | |
Files: [36mapp/bower_components/json3/benchmark/assets/ui.js[39m -> [36mdist/bower_components/json3/benchmark/assets/ui.js[39m | |
Files: [36mapp/bower_components/json3/benchmark/benchmark_browser.html[39m -> [36mdist/bower_components/json3/benchmark/benchmark_browser.html[39m | |
Files: [36mapp/bower_components/json3/benchmark/benchmark_json3.js[39m -> [36mdist/bower_components/json3/benchmark/benchmark_json3.js[39m | |
Files: [36mapp/bower_components/json3/build.js[39m -> [36mdist/bower_components/json3/build.js[39m | |
Files: [36mapp/bower_components/json3/index.html[39m -> [36mdist/bower_components/json3/index.html[39m | |
Files: [36mapp/bower_components/json3/lib[39m -> [36mdist/bower_components/json3/lib[39m | |
Files: [36mapp/bower_components/json3/lib/json3.js[39m -> [36mdist/bower_components/json3/lib/json3.js[39m | |
Files: [36mapp/bower_components/json3/lib/json3.min.js[39m -> [36mdist/bower_components/json3/lib/json3.min.js[39m | |
Files: [36mapp/bower_components/json3/package.json[39m -> [36mdist/bower_components/json3/package.json[39m | |
Files: [36mapp/bower_components/json3/page[39m -> [36mdist/bower_components/json3/page[39m | |
Files: [36mapp/bower_components/json3/page/background.png[39m -> [36mdist/bower_components/json3/page/background.png[39m | |
Files: [36mapp/bower_components/json3/page/logo.png[39m -> [36mdist/bower_components/json3/page/logo.png[39m | |
Files: [36mapp/bower_components/json3/page/page.html[39m -> [36mdist/bower_components/json3/page/page.html[39m | |
Files: [36mapp/bower_components/json3/page/style.css[39m -> [36mdist/bower_components/json3/page/style.css[39m | |
Files: [36mapp/bower_components/json3/test[39m -> [36mdist/bower_components/json3/test[39m | |
Files: [36mapp/bower_components/json3/test/test_browser.html[39m -> [36mdist/bower_components/json3/test/test_browser.html[39m | |
Files: [36mapp/bower_components/json3/test/test_extendscript.jsx[39m -> [36mdist/bower_components/json3/test/test_extendscript.jsx[39m | |
Files: [36mapp/bower_components/json3/test/test_json3.js[39m -> [36mdist/bower_components/json3/test/test_json3.js[39m | |
Files: [36mapp/bower_components/json3/vendor[39m -> [36mdist/bower_components/json3/vendor[39m | |
Files: [36mapp/bower_components/json3/vendor/benchmark.js[39m -> [36mdist/bower_components/json3/vendor/benchmark.js[39m | |
Files: [36mapp/bower_components/json3/vendor/closure-compiler.jar[39m -> [36mdist/bower_components/json3/vendor/closure-compiler.jar[39m | |
Files: [36mapp/bower_components/json3/vendor/curl.js[39m -> [36mdist/bower_components/json3/vendor/curl.js[39m | |
Files: [36mapp/bower_components/json3/vendor/evalJSON.js[39m -> [36mdist/bower_components/json3/vendor/evalJSON.js[39m | |
Files: [36mapp/bower_components/json3/vendor/json2.js[39m -> [36mdist/bower_components/json3/vendor/json2.js[39m | |
Files: [36mapp/bower_components/json3/vendor/json_parse.js[39m -> [36mdist/bower_components/json3/vendor/json_parse.js[39m | |
Files: [36mapp/bower_components/json3/vendor/json_parse_state.js[39m -> [36mdist/bower_components/json3/vendor/json_parse_state.js[39m | |
Files: [36mapp/bower_components/json3/vendor/json_sans_eval.js[39m -> [36mdist/bower_components/json3/vendor/json_sans_eval.js[39m | |
Files: [36mapp/bower_components/json3/vendor/lodash.js[39m -> [36mdist/bower_components/json3/vendor/lodash.js[39m | |
Files: [36mapp/bower_components/json3/vendor/marked[39m -> [36mdist/bower_components/json3/vendor/marked[39m | |
Files: [36mapp/bower_components/json3/vendor/platform.js[39m -> [36mdist/bower_components/json3/vendor/platform.js[39m | |
Files: [36mapp/bower_components/json3/vendor/prototype.js[39m -> [36mdist/bower_components/json3/vendor/prototype.js[39m | |
Files: [36mapp/bower_components/json3/vendor/require.js[39m -> [36mdist/bower_components/json3/vendor/require.js[39m | |
Files: [36mapp/bower_components/json3/vendor/spec[39m -> [36mdist/bower_components/json3/vendor/spec[39m | |
Files: [36mapp/bower_components/modernizr[39m -> [36mdist/bower_components/modernizr[39m | |
Files: [36mapp/bower_components/modernizr/.bower.json[39m -> [36mdist/bower_components/modernizr/.bower.json[39m | |
Files: [36mapp/bower_components/modernizr/.editorconfig[39m -> [36mdist/bower_components/modernizr/.editorconfig[39m | |
Files: [36mapp/bower_components/modernizr/.gitignore[39m -> [36mdist/bower_components/modernizr/.gitignore[39m | |
Files: [36mapp/bower_components/modernizr/.travis.yml[39m -> [36mdist/bower_components/modernizr/.travis.yml[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects[39m -> [36mdist/bower_components/modernizr/feature-detects[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/a-download.js[39m -> [36mdist/bower_components/modernizr/feature-detects/a-download.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/audio-audiodata-api.js[39m -> [36mdist/bower_components/modernizr/feature-detects/audio-audiodata-api.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/audio-webaudio-api.js[39m -> [36mdist/bower_components/modernizr/feature-detects/audio-webaudio-api.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/battery-api.js[39m -> [36mdist/bower_components/modernizr/feature-detects/battery-api.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/battery-level.js[39m -> [36mdist/bower_components/modernizr/feature-detects/battery-level.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/blob-constructor.js[39m -> [36mdist/bower_components/modernizr/feature-detects/blob-constructor.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/canvas-todataurl-type.js[39m -> [36mdist/bower_components/modernizr/feature-detects/canvas-todataurl-type.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/contenteditable.js[39m -> [36mdist/bower_components/modernizr/feature-detects/contenteditable.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/contentsecuritypolicy.js[39m -> [36mdist/bower_components/modernizr/feature-detects/contentsecuritypolicy.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/contextmenu.js[39m -> [36mdist/bower_components/modernizr/feature-detects/contextmenu.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/cookies.js[39m -> [36mdist/bower_components/modernizr/feature-detects/cookies.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/cors.js[39m -> [36mdist/bower_components/modernizr/feature-detects/cors.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-backgroundposition-shorthand.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-backgroundposition-shorthand.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-backgroundposition-xy.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-backgroundposition-xy.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-backgroundrepeat.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-backgroundrepeat.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-backgroundsizecover.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-backgroundsizecover.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-boxsizing.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-boxsizing.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-calc.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-calc.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-cubicbezierrange.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-cubicbezierrange.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-displayrunin.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-displayrunin.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-displaytable.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-displaytable.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-filters.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-filters.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-hyphens.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-hyphens.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-lastchild.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-lastchild.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-mask.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-mask.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-mediaqueries.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-mediaqueries.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-objectfit.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-objectfit.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-overflow-scrolling.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-overflow-scrolling.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-pointerevents.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-pointerevents.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-positionsticky.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-positionsticky.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-regions.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-regions.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-remunit.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-remunit.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-resize.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-resize.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-scrollbars.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-scrollbars.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-subpixelfont.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-subpixelfont.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-supports.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-supports.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-userselect.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-userselect.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-vhunit.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-vhunit.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-vmaxunit.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-vmaxunit.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-vminunit.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-vminunit.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/css-vwunit.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-vwunit.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/custom-protocol-handler.js[39m -> [36mdist/bower_components/modernizr/feature-detects/custom-protocol-handler.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/dart.js[39m -> [36mdist/bower_components/modernizr/feature-detects/dart.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/dataview-api.js[39m -> [36mdist/bower_components/modernizr/feature-detects/dataview-api.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/dom-classlist.js[39m -> [36mdist/bower_components/modernizr/feature-detects/dom-classlist.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/dom-createElement-attrs.js[39m -> [36mdist/bower_components/modernizr/feature-detects/dom-createElement-attrs.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/dom-dataset.js[39m -> [36mdist/bower_components/modernizr/feature-detects/dom-dataset.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/dom-microdata.js[39m -> [36mdist/bower_components/modernizr/feature-detects/dom-microdata.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/elem-datalist.js[39m -> [36mdist/bower_components/modernizr/feature-detects/elem-datalist.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/elem-details.js[39m -> [36mdist/bower_components/modernizr/feature-detects/elem-details.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/elem-output.js[39m -> [36mdist/bower_components/modernizr/feature-detects/elem-output.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/elem-progress-meter.js[39m -> [36mdist/bower_components/modernizr/feature-detects/elem-progress-meter.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/elem-ruby.js[39m -> [36mdist/bower_components/modernizr/feature-detects/elem-ruby.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/elem-time.js[39m -> [36mdist/bower_components/modernizr/feature-detects/elem-time.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/elem-track.js[39m -> [36mdist/bower_components/modernizr/feature-detects/elem-track.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/emoji.js[39m -> [36mdist/bower_components/modernizr/feature-detects/emoji.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/es5-strictmode.js[39m -> [36mdist/bower_components/modernizr/feature-detects/es5-strictmode.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/event-deviceorientation-motion.js[39m -> [36mdist/bower_components/modernizr/feature-detects/event-deviceorientation-motion.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/exif-orientation.js[39m -> [36mdist/bower_components/modernizr/feature-detects/exif-orientation.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/file-api.js[39m -> [36mdist/bower_components/modernizr/feature-detects/file-api.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/file-filesystem.js[39m -> [36mdist/bower_components/modernizr/feature-detects/file-filesystem.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/forms-fileinput.js[39m -> [36mdist/bower_components/modernizr/feature-detects/forms-fileinput.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/forms-formattribute.js[39m -> [36mdist/bower_components/modernizr/feature-detects/forms-formattribute.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/forms-inputnumber-l10n.js[39m -> [36mdist/bower_components/modernizr/feature-detects/forms-inputnumber-l10n.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/forms-placeholder.js[39m -> [36mdist/bower_components/modernizr/feature-detects/forms-placeholder.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/forms-speechinput.js[39m -> [36mdist/bower_components/modernizr/feature-detects/forms-speechinput.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/forms-validation.js[39m -> [36mdist/bower_components/modernizr/feature-detects/forms-validation.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/fullscreen-api.js[39m -> [36mdist/bower_components/modernizr/feature-detects/fullscreen-api.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/gamepad.js[39m -> [36mdist/bower_components/modernizr/feature-detects/gamepad.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/getusermedia.js[39m -> [36mdist/bower_components/modernizr/feature-detects/getusermedia.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/ie8compat.js[39m -> [36mdist/bower_components/modernizr/feature-detects/ie8compat.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/iframe-sandbox.js[39m -> [36mdist/bower_components/modernizr/feature-detects/iframe-sandbox.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/iframe-seamless.js[39m -> [36mdist/bower_components/modernizr/feature-detects/iframe-seamless.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/iframe-srcdoc.js[39m -> [36mdist/bower_components/modernizr/feature-detects/iframe-srcdoc.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/img-apng.js[39m -> [36mdist/bower_components/modernizr/feature-detects/img-apng.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/img-webp.js[39m -> [36mdist/bower_components/modernizr/feature-detects/img-webp.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/json.js[39m -> [36mdist/bower_components/modernizr/feature-detects/json.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/lists-reversed.js[39m -> [36mdist/bower_components/modernizr/feature-detects/lists-reversed.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/mathml.js[39m -> [36mdist/bower_components/modernizr/feature-detects/mathml.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/network-connection.js[39m -> [36mdist/bower_components/modernizr/feature-detects/network-connection.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/network-eventsource.js[39m -> [36mdist/bower_components/modernizr/feature-detects/network-eventsource.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/network-xhr2.js[39m -> [36mdist/bower_components/modernizr/feature-detects/network-xhr2.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/notification.js[39m -> [36mdist/bower_components/modernizr/feature-detects/notification.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/performance.js[39m -> [36mdist/bower_components/modernizr/feature-detects/performance.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/pointerlock-api.js[39m -> [36mdist/bower_components/modernizr/feature-detects/pointerlock-api.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/quota-management-api.js[39m -> [36mdist/bower_components/modernizr/feature-detects/quota-management-api.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/requestanimationframe.js[39m -> [36mdist/bower_components/modernizr/feature-detects/requestanimationframe.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/script-async.js[39m -> [36mdist/bower_components/modernizr/feature-detects/script-async.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/script-defer.js[39m -> [36mdist/bower_components/modernizr/feature-detects/script-defer.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/style-scoped.js[39m -> [36mdist/bower_components/modernizr/feature-detects/style-scoped.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/svg-filters.js[39m -> [36mdist/bower_components/modernizr/feature-detects/svg-filters.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/unicode.js[39m -> [36mdist/bower_components/modernizr/feature-detects/unicode.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/url-data-uri.js[39m -> [36mdist/bower_components/modernizr/feature-detects/url-data-uri.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/userdata.js[39m -> [36mdist/bower_components/modernizr/feature-detects/userdata.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/vibration.js[39m -> [36mdist/bower_components/modernizr/feature-detects/vibration.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/web-intents.js[39m -> [36mdist/bower_components/modernizr/feature-detects/web-intents.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/webgl-extensions.js[39m -> [36mdist/bower_components/modernizr/feature-detects/webgl-extensions.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/websockets-binary.js[39m -> [36mdist/bower_components/modernizr/feature-detects/websockets-binary.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/window-framed.js[39m -> [36mdist/bower_components/modernizr/feature-detects/window-framed.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/workers-blobworkers.js[39m -> [36mdist/bower_components/modernizr/feature-detects/workers-blobworkers.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/workers-dataworkers.js[39m -> [36mdist/bower_components/modernizr/feature-detects/workers-dataworkers.js[39m | |
Files: [36mapp/bower_components/modernizr/feature-detects/workers-sharedworkers.js[39m -> [36mdist/bower_components/modernizr/feature-detects/workers-sharedworkers.js[39m | |
Files: [36mapp/bower_components/modernizr/grunt.js[39m -> [36mdist/bower_components/modernizr/grunt.js[39m | |
Files: [36mapp/bower_components/modernizr/media[39m -> [36mdist/bower_components/modernizr/media[39m | |
Files: [36mapp/bower_components/modernizr/media/Modernizr 2 Logo.ai[39m -> [36mdist/bower_components/modernizr/media/Modernizr 2 Logo.ai[39m | |
Files: [36mapp/bower_components/modernizr/media/Modernizr 2 Logo.eps[39m -> [36mdist/bower_components/modernizr/media/Modernizr 2 Logo.eps[39m | |
Files: [36mapp/bower_components/modernizr/media/Modernizr 2 Logo.pdf[39m -> [36mdist/bower_components/modernizr/media/Modernizr 2 Logo.pdf[39m | |
Files: [36mapp/bower_components/modernizr/media/Modernizr 2 Logo.png[39m -> [36mdist/bower_components/modernizr/media/Modernizr 2 Logo.png[39m | |
Files: [36mapp/bower_components/modernizr/media/Modernizr 2 Logo.svg[39m -> [36mdist/bower_components/modernizr/media/Modernizr 2 Logo.svg[39m | |
Files: [36mapp/bower_components/modernizr/modernizr.js[39m -> [36mdist/bower_components/modernizr/modernizr.js[39m | |
Files: [36mapp/bower_components/modernizr/readme.md[39m -> [36mdist/bower_components/modernizr/readme.md[39m | |
Files: [36mapp/bower_components/modernizr/test[39m -> [36mdist/bower_components/modernizr/test[39m | |
Files: [36mapp/bower_components/modernizr/test/basic.html[39m -> [36mdist/bower_components/modernizr/test/basic.html[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse.html[39m -> [36mdist/bower_components/modernizr/test/caniuse.html[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files[39m -> [36mdist/bower_components/modernizr/test/caniuse_files[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/Windsong-webfont.eot[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/Windsong-webfont.eot[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/Windsong-webfont.otf[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/Windsong-webfont.otf[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/Windsong-webfont.svg[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/Windsong-webfont.svg[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/Windsong-webfont.ttf[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/Windsong-webfont.ttf[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/Windsong-webfont.woff[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/Windsong-webfont.woff[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/alpha.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/alpha.png[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/apng_test.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/apng_test.png[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/before-after.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/before-after.png[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/form_validation.html[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/form_validation.html[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/ga.js[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/ga.js[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/green5x5.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/green5x5.png[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/hashchange.html[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/hashchange.html[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/jquery.min.js[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/jquery.min.js[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/mathml.html[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/mathml.html[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/mathml_ref.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/mathml_ref.png[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/modernizr-1.7.min.js[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/modernizr-1.7.min.js[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/png_alpha_result.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/png_alpha_result.png[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/pushstate.html[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/pushstate.html[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/red30x30.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/red30x30.png[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/ruby.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/ruby.png[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/stroked-text.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/stroked-text.png[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/style.css[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/style.css[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/svg-html-blur.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/svg-html-blur.png[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/svg-img.svg[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/svg-img.svg[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/svg-img.svg.1[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/svg-img.svg.1[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/svg_blur.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/svg_blur.png[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/table.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/table.png[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/text-shadow1.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/text-shadow1.png[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/text-shadow2.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/text-shadow2.png[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/windsong_font.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/windsong_font.png[39m | |
Files: [36mapp/bower_components/modernizr/test/caniuse_files/xhtml.html[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/xhtml.html[39m | |
Files: [36mapp/bower_components/modernizr/test/index.html[39m -> [36mdist/bower_components/modernizr/test/index.html[39m | |
Files: [36mapp/bower_components/modernizr/test/js[39m -> [36mdist/bower_components/modernizr/test/js[39m | |
Files: [36mapp/bower_components/modernizr/test/js/basic.html[39m -> [36mdist/bower_components/modernizr/test/js/basic.html[39m | |
Files: [36mapp/bower_components/modernizr/test/js/dumpdata.js[39m -> [36mdist/bower_components/modernizr/test/js/dumpdata.js[39m | |
Files: [36mapp/bower_components/modernizr/test/js/lib[39m -> [36mdist/bower_components/modernizr/test/js/lib[39m | |
Files: [36mapp/bower_components/modernizr/test/js/lib/detect-global.js[39m -> [36mdist/bower_components/modernizr/test/js/lib/detect-global.js[39m | |
Files: [36mapp/bower_components/modernizr/test/js/lib/jquery-1.7b2.js[39m -> [36mdist/bower_components/modernizr/test/js/lib/jquery-1.7b2.js[39m | |
Files: [36mapp/bower_components/modernizr/test/js/lib/jsonselect.js[39m -> [36mdist/bower_components/modernizr/test/js/lib/jsonselect.js[39m | |
Files: [36mapp/bower_components/modernizr/test/js/lib/polyfills.js[39m -> [36mdist/bower_components/modernizr/test/js/lib/polyfills.js[39m | |
Files: [36mapp/bower_components/modernizr/test/js/lib/uaparser.js[39m -> [36mdist/bower_components/modernizr/test/js/lib/uaparser.js[39m | |
Files: [36mapp/bower_components/modernizr/test/js/setup.js[39m -> [36mdist/bower_components/modernizr/test/js/setup.js[39m | |
Files: [36mapp/bower_components/modernizr/test/js/unit-caniuse.js[39m -> [36mdist/bower_components/modernizr/test/js/unit-caniuse.js[39m | |
Files: [36mapp/bower_components/modernizr/test/js/unit.js[39m -> [36mdist/bower_components/modernizr/test/js/unit.js[39m | |
Files: [36mapp/bower_components/modernizr/test/qunit[39m -> [36mdist/bower_components/modernizr/test/qunit[39m | |
Files: [36mapp/bower_components/modernizr/test/qunit/qunit.css[39m -> [36mdist/bower_components/modernizr/test/qunit/qunit.css[39m | |
Files: [36mapp/bower_components/modernizr/test/qunit/qunit.js[39m -> [36mdist/bower_components/modernizr/test/qunit/qunit.js[39m | |
Files: [36mapp/bower_components/modernizr/test/qunit/run-qunit.js[39m -> [36mdist/bower_components/modernizr/test/qunit/run-qunit.js[39m | |
Files: [36mapp/bower_components/threejs[39m -> [36mdist/bower_components/threejs[39m | |
Files: [36mapp/bower_components/threejs/.DS_Store[39m -> [36mdist/bower_components/threejs/.DS_Store[39m | |
Files: [36mapp/bower_components/threejs/ThreeCanvas.js[39m -> [36mdist/bower_components/threejs/ThreeCanvas.js[39m | |
Files: [36mapp/data/planetposition.json[39m -> [36mdist/data/planetposition.json[39m | |
Options: [36mprocessContent=false[39m, [36mprocessContentExclude=[][39m | |
Copying [36mapp/favicon.ico[39m -> [36mdist/favicon.ico[39m | |
Reading app/favicon.ico...[32mOK[39m | |
Writing dist/favicon.ico...[32mOK[39m | |
Copying [36mapp/robots.txt[39m -> [36mdist/robots.txt[39m | |
Reading app/robots.txt...[32mOK[39m | |
Writing dist/robots.txt...[32mOK[39m | |
Copying [36mapp/.htaccess[39m -> [36mdist/.htaccess[39m | |
Reading app/.htaccess...[32mOK[39m | |
Writing dist/.htaccess...[32mOK[39m | |
Copying [36mapp/bower_components/.DS_Store[39m -> [36mdist/bower_components/.DS_Store[39m | |
Reading app/bower_components/.DS_Store...[32mOK[39m | |
Writing dist/bower_components/.DS_Store...[32mOK[39m | |
Creating [36mdist/bower_components/angular[39m | |
Creating [36mdist/bower_components/angular-route[39m | |
Copying [36mapp/bower_components/angular-route/.bower.json[39m -> [36mdist/bower_components/angular-route/.bower.json[39m | |
Reading app/bower_components/angular-route/.bower.json...[32mOK[39m | |
Writing dist/bower_components/angular-route/.bower.json...[32mOK[39m | |
Copying [36mapp/bower_components/angular-route/README.md[39m -> [36mdist/bower_components/angular-route/README.md[39m | |
Reading app/bower_components/angular-route/README.md...[32mOK[39m | |
Writing dist/bower_components/angular-route/README.md...[32mOK[39m | |
Copying [36mapp/bower_components/angular-route/angular-route.js[39m -> [36mdist/bower_components/angular-route/angular-route.js[39m | |
Reading app/bower_components/angular-route/angular-route.js...[32mOK[39m | |
Writing dist/bower_components/angular-route/angular-route.js...[32mOK[39m | |
Copying [36mapp/bower_components/angular-route/angular-route.min.js[39m -> [36mdist/bower_components/angular-route/angular-route.min.js[39m | |
Reading app/bower_components/angular-route/angular-route.min.js...[32mOK[39m | |
Writing dist/bower_components/angular-route/angular-route.min.js...[32mOK[39m | |
Copying [36mapp/bower_components/angular-route/angular-route.min.js.map[39m -> [36mdist/bower_components/angular-route/angular-route.min.js.map[39m | |
Reading app/bower_components/angular-route/angular-route.min.js.map...[32mOK[39m | |
Writing dist/bower_components/angular-route/angular-route.min.js.map...[32mOK[39m | |
Copying [36mapp/bower_components/angular-route/bower.json[39m -> [36mdist/bower_components/angular-route/bower.json[39m | |
Reading app/bower_components/angular-route/bower.json...[32mOK[39m | |
Writing dist/bower_components/angular-route/bower.json...[32mOK[39m | |
Copying [36mapp/bower_components/angular/.bower.json[39m -> [36mdist/bower_components/angular/.bower.json[39m | |
Reading app/bower_components/angular/.bower.json...[32mOK[39m | |
Writing dist/bower_components/angular/.bower.json...[32mOK[39m | |
Copying [36mapp/bower_components/angular/README.md[39m -> [36mdist/bower_components/angular/README.md[39m | |
Reading app/bower_components/angular/README.md...[32mOK[39m | |
Writing dist/bower_components/angular/README.md...[32mOK[39m | |
Copying [36mapp/bower_components/angular/angular-csp.css[39m -> [36mdist/bower_components/angular/angular-csp.css[39m | |
Reading app/bower_components/angular/angular-csp.css...[32mOK[39m | |
Writing dist/bower_components/angular/angular-csp.css...[32mOK[39m | |
Copying [36mapp/bower_components/angular/angular.js[39m -> [36mdist/bower_components/angular/angular.js[39m | |
Reading app/bower_components/angular/angular.js...[32mOK[39m | |
Writing dist/bower_components/angular/angular.js...[32mOK[39m | |
Copying [36mapp/bower_components/angular/angular.min.js[39m -> [36mdist/bower_components/angular/angular.min.js[39m | |
Reading app/bower_components/angular/angular.min.js...[32mOK[39m | |
Writing dist/bower_components/angular/angular.min.js...[32mOK[39m | |
Copying [36mapp/bower_components/angular/angular.min.js.map[39m -> [36mdist/bower_components/angular/angular.min.js.map[39m | |
Reading app/bower_components/angular/angular.min.js.map...[32mOK[39m | |
Writing dist/bower_components/angular/angular.min.js.map...[32mOK[39m | |
Copying [36mapp/bower_components/angular/bower.json[39m -> [36mdist/bower_components/angular/bower.json[39m | |
Reading app/bower_components/angular/bower.json...[32mOK[39m | |
Writing dist/bower_components/angular/bower.json...[32mOK[39m | |
Creating [36mdist/bower_components/es5-shim[39m | |
Copying [36mapp/bower_components/es5-shim/.bower.json[39m -> [36mdist/bower_components/es5-shim/.bower.json[39m | |
Reading app/bower_components/es5-shim/.bower.json...[32mOK[39m | |
Writing dist/bower_components/es5-shim/.bower.json...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/.gitignore[39m -> [36mdist/bower_components/es5-shim/.gitignore[39m | |
Reading app/bower_components/es5-shim/.gitignore...[32mOK[39m | |
Writing dist/bower_components/es5-shim/.gitignore...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/CHANGES[39m -> [36mdist/bower_components/es5-shim/CHANGES[39m | |
Reading app/bower_components/es5-shim/CHANGES...[32mOK[39m | |
Writing dist/bower_components/es5-shim/CHANGES...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/CONTRIBUTORS.md[39m -> [36mdist/bower_components/es5-shim/CONTRIBUTORS.md[39m | |
Reading app/bower_components/es5-shim/CONTRIBUTORS.md...[32mOK[39m | |
Writing dist/bower_components/es5-shim/CONTRIBUTORS.md...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/LICENSE[39m -> [36mdist/bower_components/es5-shim/LICENSE[39m | |
Reading app/bower_components/es5-shim/LICENSE...[32mOK[39m | |
Writing dist/bower_components/es5-shim/LICENSE...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/README.md[39m -> [36mdist/bower_components/es5-shim/README.md[39m | |
Reading app/bower_components/es5-shim/README.md...[32mOK[39m | |
Writing dist/bower_components/es5-shim/README.md...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/es5-sham.js[39m -> [36mdist/bower_components/es5-shim/es5-sham.js[39m | |
Reading app/bower_components/es5-shim/es5-sham.js...[32mOK[39m | |
Writing dist/bower_components/es5-shim/es5-sham.js...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/es5-sham.map[39m -> [36mdist/bower_components/es5-shim/es5-sham.map[39m | |
Reading app/bower_components/es5-shim/es5-sham.map...[32mOK[39m | |
Writing dist/bower_components/es5-shim/es5-sham.map...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/es5-sham.min.js[39m -> [36mdist/bower_components/es5-shim/es5-sham.min.js[39m | |
Reading app/bower_components/es5-shim/es5-sham.min.js...[32mOK[39m | |
Writing dist/bower_components/es5-shim/es5-sham.min.js...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/es5-shim.js[39m -> [36mdist/bower_components/es5-shim/es5-shim.js[39m | |
Reading app/bower_components/es5-shim/es5-shim.js...[32mOK[39m | |
Writing dist/bower_components/es5-shim/es5-shim.js...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/es5-shim.map[39m -> [36mdist/bower_components/es5-shim/es5-shim.map[39m | |
Reading app/bower_components/es5-shim/es5-shim.map...[32mOK[39m | |
Writing dist/bower_components/es5-shim/es5-shim.map...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/es5-shim.min.js[39m -> [36mdist/bower_components/es5-shim/es5-shim.min.js[39m | |
Reading app/bower_components/es5-shim/es5-shim.min.js...[32mOK[39m | |
Writing dist/bower_components/es5-shim/es5-shim.min.js...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/package.json[39m -> [36mdist/bower_components/es5-shim/package.json[39m | |
Reading app/bower_components/es5-shim/package.json...[32mOK[39m | |
Writing dist/bower_components/es5-shim/package.json...[32mOK[39m | |
Creating [36mdist/bower_components/es5-shim/tests[39m | |
Creating [36mdist/bower_components/es5-shim/tests/helpers[39m | |
Copying [36mapp/bower_components/es5-shim/tests/helpers/h-kill.js[39m -> [36mdist/bower_components/es5-shim/tests/helpers/h-kill.js[39m | |
Reading app/bower_components/es5-shim/tests/helpers/h-kill.js...[32mOK[39m | |
Writing dist/bower_components/es5-shim/tests/helpers/h-kill.js...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/tests/helpers/h-matchers.js[39m -> [36mdist/bower_components/es5-shim/tests/helpers/h-matchers.js[39m | |
Reading app/bower_components/es5-shim/tests/helpers/h-matchers.js...[32mOK[39m | |
Writing dist/bower_components/es5-shim/tests/helpers/h-matchers.js...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/tests/helpers/h.js[39m -> [36mdist/bower_components/es5-shim/tests/helpers/h.js[39m | |
Reading app/bower_components/es5-shim/tests/helpers/h.js...[32mOK[39m | |
Writing dist/bower_components/es5-shim/tests/helpers/h.js...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/tests/index.html[39m -> [36mdist/bower_components/es5-shim/tests/index.html[39m | |
Reading app/bower_components/es5-shim/tests/index.html...[32mOK[39m | |
Writing dist/bower_components/es5-shim/tests/index.html...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/tests/index.min.html[39m -> [36mdist/bower_components/es5-shim/tests/index.min.html[39m | |
Reading app/bower_components/es5-shim/tests/index.min.html...[32mOK[39m | |
Writing dist/bower_components/es5-shim/tests/index.min.html...[32mOK[39m | |
Creating [36mdist/bower_components/es5-shim/tests/lib[39m | |
Copying [36mapp/bower_components/es5-shim/tests/lib/jasmine-html.js[39m -> [36mdist/bower_components/es5-shim/tests/lib/jasmine-html.js[39m | |
Reading app/bower_components/es5-shim/tests/lib/jasmine-html.js...[32mOK[39m | |
Writing dist/bower_components/es5-shim/tests/lib/jasmine-html.js...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/tests/lib/jasmine.css[39m -> [36mdist/bower_components/es5-shim/tests/lib/jasmine.css[39m | |
Reading app/bower_components/es5-shim/tests/lib/jasmine.css...[32mOK[39m | |
Writing dist/bower_components/es5-shim/tests/lib/jasmine.css...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/tests/lib/jasmine.js[39m -> [36mdist/bower_components/es5-shim/tests/lib/jasmine.js[39m | |
Reading app/bower_components/es5-shim/tests/lib/jasmine.js...[32mOK[39m | |
Writing dist/bower_components/es5-shim/tests/lib/jasmine.js...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/tests/lib/jasmine_favicon.png[39m -> [36mdist/bower_components/es5-shim/tests/lib/jasmine_favicon.png[39m | |
Reading app/bower_components/es5-shim/tests/lib/jasmine_favicon.png...[32mOK[39m | |
Writing dist/bower_components/es5-shim/tests/lib/jasmine_favicon.png...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/tests/lib/json2.js[39m -> [36mdist/bower_components/es5-shim/tests/lib/json2.js[39m | |
Reading app/bower_components/es5-shim/tests/lib/json2.js...[32mOK[39m | |
Writing dist/bower_components/es5-shim/tests/lib/json2.js...[32mOK[39m | |
Creating [36mdist/bower_components/es5-shim/tests/spec[39m | |
Copying [36mapp/bower_components/es5-shim/tests/spec/s-array.js[39m -> [36mdist/bower_components/es5-shim/tests/spec/s-array.js[39m | |
Reading app/bower_components/es5-shim/tests/spec/s-array.js...[32mOK[39m | |
Writing dist/bower_components/es5-shim/tests/spec/s-array.js...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/tests/spec/s-date.js[39m -> [36mdist/bower_components/es5-shim/tests/spec/s-date.js[39m | |
Reading app/bower_components/es5-shim/tests/spec/s-date.js...[32mOK[39m | |
Writing dist/bower_components/es5-shim/tests/spec/s-date.js...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/tests/spec/s-function.js[39m -> [36mdist/bower_components/es5-shim/tests/spec/s-function.js[39m | |
Reading app/bower_components/es5-shim/tests/spec/s-function.js...[32mOK[39m | |
Writing dist/bower_components/es5-shim/tests/spec/s-function.js...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/tests/spec/s-number.js[39m -> [36mdist/bower_components/es5-shim/tests/spec/s-number.js[39m | |
Reading app/bower_components/es5-shim/tests/spec/s-number.js...[32mOK[39m | |
Writing dist/bower_components/es5-shim/tests/spec/s-number.js...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/tests/spec/s-object.js[39m -> [36mdist/bower_components/es5-shim/tests/spec/s-object.js[39m | |
Reading app/bower_components/es5-shim/tests/spec/s-object.js...[32mOK[39m | |
Writing dist/bower_components/es5-shim/tests/spec/s-object.js...[32mOK[39m | |
Copying [36mapp/bower_components/es5-shim/tests/spec/s-string.js[39m -> [36mdist/bower_components/es5-shim/tests/spec/s-string.js[39m | |
Reading app/bower_components/es5-shim/tests/spec/s-string.js...[32mOK[39m | |
Writing dist/bower_components/es5-shim/tests/spec/s-string.js...[32mOK[39m | |
Creating [36mdist/bower_components/jquery[39m | |
Copying [36mapp/bower_components/jquery/.bower.json[39m -> [36mdist/bower_components/jquery/.bower.json[39m | |
Reading app/bower_components/jquery/.bower.json...[32mOK[39m | |
Writing dist/bower_components/jquery/.bower.json...[32mOK[39m | |
Copying [36mapp/bower_components/jquery/.gitignore[39m -> [36mdist/bower_components/jquery/.gitignore[39m | |
Reading app/bower_components/jquery/.gitignore...[32mOK[39m | |
Writing dist/bower_components/jquery/.gitignore...[32mOK[39m | |
Copying [36mapp/bower_components/jquery/README.md[39m -> [36mdist/bower_components/jquery/README.md[39m | |
Reading app/bower_components/jquery/README.md...[32mOK[39m | |
Writing dist/bower_components/jquery/README.md...[32mOK[39m | |
Copying [36mapp/bower_components/jquery/bower.json[39m -> [36mdist/bower_components/jquery/bower.json[39m | |
Reading app/bower_components/jquery/bower.json...[32mOK[39m | |
Writing dist/bower_components/jquery/bower.json...[32mOK[39m | |
Copying [36mapp/bower_components/jquery/component.json[39m -> [36mdist/bower_components/jquery/component.json[39m | |
Reading app/bower_components/jquery/component.json...[32mOK[39m | |
Writing dist/bower_components/jquery/component.json...[32mOK[39m | |
Copying [36mapp/bower_components/jquery/composer.json[39m -> [36mdist/bower_components/jquery/composer.json[39m | |
Reading app/bower_components/jquery/composer.json...[32mOK[39m | |
Writing dist/bower_components/jquery/composer.json...[32mOK[39m | |
Copying [36mapp/bower_components/jquery/jquery-migrate.js[39m -> [36mdist/bower_components/jquery/jquery-migrate.js[39m | |
Reading app/bower_components/jquery/jquery-migrate.js...[32mOK[39m | |
Writing dist/bower_components/jquery/jquery-migrate.js...[32mOK[39m | |
Copying [36mapp/bower_components/jquery/jquery-migrate.min.js[39m -> [36mdist/bower_components/jquery/jquery-migrate.min.js[39m | |
Reading app/bower_components/jquery/jquery-migrate.min.js...[32mOK[39m | |
Writing dist/bower_components/jquery/jquery-migrate.min.js...[32mOK[39m | |
Copying [36mapp/bower_components/jquery/jquery.js[39m -> [36mdist/bower_components/jquery/jquery.js[39m | |
Reading app/bower_components/jquery/jquery.js...[32mOK[39m | |
Writing dist/bower_components/jquery/jquery.js...[32mOK[39m | |
Copying [36mapp/bower_components/jquery/jquery.min.js[39m -> [36mdist/bower_components/jquery/jquery.min.js[39m | |
Reading app/bower_components/jquery/jquery.min.js...[32mOK[39m | |
Writing dist/bower_components/jquery/jquery.min.js...[32mOK[39m | |
Copying [36mapp/bower_components/jquery/jquery.min.map[39m -> [36mdist/bower_components/jquery/jquery.min.map[39m | |
Reading app/bower_components/jquery/jquery.min.map...[32mOK[39m | |
Writing dist/bower_components/jquery/jquery.min.map...[32mOK[39m | |
Copying [36mapp/bower_components/jquery/package.json[39m -> [36mdist/bower_components/jquery/package.json[39m | |
Reading app/bower_components/jquery/package.json...[32mOK[39m | |
Writing dist/bower_components/jquery/package.json...[32mOK[39m | |
Creating [36mdist/bower_components/json3[39m | |
Copying [36mapp/bower_components/json3/.bower.json[39m -> [36mdist/bower_components/json3/.bower.json[39m | |
Reading app/bower_components/json3/.bower.json...[32mOK[39m | |
Writing dist/bower_components/json3/.bower.json...[32mOK[39m | |
Copying [36mapp/bower_components/json3/.gitmodules[39m -> [36mdist/bower_components/json3/.gitmodules[39m | |
Reading app/bower_components/json3/.gitmodules...[32mOK[39m | |
Writing dist/bower_components/json3/.gitmodules...[32mOK[39m | |
Copying [36mapp/bower_components/json3/.jshintrc[39m -> [36mdist/bower_components/json3/.jshintrc[39m | |
Reading app/bower_components/json3/.jshintrc...[32mOK[39m | |
Writing dist/bower_components/json3/.jshintrc...[32mOK[39m | |
Copying [36mapp/bower_components/json3/.npmignore[39m -> [36mdist/bower_components/json3/.npmignore[39m | |
Reading app/bower_components/json3/.npmignore...[32mOK[39m | |
Writing dist/bower_components/json3/.npmignore...[32mOK[39m | |
Copying [36mapp/bower_components/json3/LICENSE[39m -> [36mdist/bower_components/json3/LICENSE[39m | |
Reading app/bower_components/json3/LICENSE...[32mOK[39m | |
Writing dist/bower_components/json3/LICENSE...[32mOK[39m | |
Copying [36mapp/bower_components/json3/README.md[39m -> [36mdist/bower_components/json3/README.md[39m | |
Reading app/bower_components/json3/README.md...[32mOK[39m | |
Writing dist/bower_components/json3/README.md...[32mOK[39m | |
Creating [36mdist/bower_components/json3/benchmark[39m | |
Creating [36mdist/bower_components/json3/benchmark/assets[39m | |
Copying [36mapp/bower_components/json3/benchmark/assets/html5.js[39m -> [36mdist/bower_components/json3/benchmark/assets/html5.js[39m | |
Reading app/bower_components/json3/benchmark/assets/html5.js...[32mOK[39m | |
Writing dist/bower_components/json3/benchmark/assets/html5.js...[32mOK[39m | |
Copying [36mapp/bower_components/json3/benchmark/assets/jsperf.css[39m -> [36mdist/bower_components/json3/benchmark/assets/jsperf.css[39m | |
Reading app/bower_components/json3/benchmark/assets/jsperf.css...[32mOK[39m | |
Writing dist/bower_components/json3/benchmark/assets/jsperf.css...[32mOK[39m | |
Copying [36mapp/bower_components/json3/benchmark/assets/nano.jar[39m -> [36mdist/bower_components/json3/benchmark/assets/nano.jar[39m | |
Reading app/bower_components/json3/benchmark/assets/nano.jar...[32mOK[39m | |
Writing dist/bower_components/json3/benchmark/assets/nano.jar...[32mOK[39m | |
Copying [36mapp/bower_components/json3/benchmark/assets/ui.js[39m -> [36mdist/bower_components/json3/benchmark/assets/ui.js[39m | |
Reading app/bower_components/json3/benchmark/assets/ui.js...[32mOK[39m | |
Writing dist/bower_components/json3/benchmark/assets/ui.js...[32mOK[39m | |
Copying [36mapp/bower_components/json3/benchmark/benchmark_browser.html[39m -> [36mdist/bower_components/json3/benchmark/benchmark_browser.html[39m | |
Reading app/bower_components/json3/benchmark/benchmark_browser.html...[32mOK[39m | |
Writing dist/bower_components/json3/benchmark/benchmark_browser.html...[32mOK[39m | |
Copying [36mapp/bower_components/json3/benchmark/benchmark_json3.js[39m -> [36mdist/bower_components/json3/benchmark/benchmark_json3.js[39m | |
Reading app/bower_components/json3/benchmark/benchmark_json3.js...[32mOK[39m | |
Writing dist/bower_components/json3/benchmark/benchmark_json3.js...[32mOK[39m | |
Copying [36mapp/bower_components/json3/build.js[39m -> [36mdist/bower_components/json3/build.js[39m | |
Reading app/bower_components/json3/build.js...[32mOK[39m | |
Writing dist/bower_components/json3/build.js...[32mOK[39m | |
Copying [36mapp/bower_components/json3/index.html[39m -> [36mdist/bower_components/json3/index.html[39m | |
Reading app/bower_components/json3/index.html...[32mOK[39m | |
Writing dist/bower_components/json3/index.html...[32mOK[39m | |
Creating [36mdist/bower_components/json3/lib[39m | |
Copying [36mapp/bower_components/json3/lib/json3.js[39m -> [36mdist/bower_components/json3/lib/json3.js[39m | |
Reading app/bower_components/json3/lib/json3.js...[32mOK[39m | |
Writing dist/bower_components/json3/lib/json3.js...[32mOK[39m | |
Copying [36mapp/bower_components/json3/lib/json3.min.js[39m -> [36mdist/bower_components/json3/lib/json3.min.js[39m | |
Reading app/bower_components/json3/lib/json3.min.js...[32mOK[39m | |
Writing dist/bower_components/json3/lib/json3.min.js...[32mOK[39m | |
Copying [36mapp/bower_components/json3/package.json[39m -> [36mdist/bower_components/json3/package.json[39m | |
Reading app/bower_components/json3/package.json...[32mOK[39m | |
Writing dist/bower_components/json3/package.json...[32mOK[39m | |
Creating [36mdist/bower_components/json3/page[39m | |
Copying [36mapp/bower_components/json3/page/background.png[39m -> [36mdist/bower_components/json3/page/background.png[39m | |
Reading app/bower_components/json3/page/background.png...[32mOK[39m | |
Writing dist/bower_components/json3/page/background.png...[32mOK[39m | |
Copying [36mapp/bower_components/json3/page/logo.png[39m -> [36mdist/bower_components/json3/page/logo.png[39m | |
Reading app/bower_components/json3/page/logo.png...[32mOK[39m | |
Writing dist/bower_components/json3/page/logo.png...[32mOK[39m | |
Copying [36mapp/bower_components/json3/page/page.html[39m -> [36mdist/bower_components/json3/page/page.html[39m | |
Reading app/bower_components/json3/page/page.html...[32mOK[39m | |
Writing dist/bower_components/json3/page/page.html...[32mOK[39m | |
Copying [36mapp/bower_components/json3/page/style.css[39m -> [36mdist/bower_components/json3/page/style.css[39m | |
Reading app/bower_components/json3/page/style.css...[32mOK[39m | |
Writing dist/bower_components/json3/page/style.css...[32mOK[39m | |
Creating [36mdist/bower_components/json3/test[39m | |
Copying [36mapp/bower_components/json3/test/test_browser.html[39m -> [36mdist/bower_components/json3/test/test_browser.html[39m | |
Reading app/bower_components/json3/test/test_browser.html...[32mOK[39m | |
Writing dist/bower_components/json3/test/test_browser.html...[32mOK[39m | |
Copying [36mapp/bower_components/json3/test/test_extendscript.jsx[39m -> [36mdist/bower_components/json3/test/test_extendscript.jsx[39m | |
Reading app/bower_components/json3/test/test_extendscript.jsx...[32mOK[39m | |
Writing dist/bower_components/json3/test/test_extendscript.jsx...[32mOK[39m | |
Copying [36mapp/bower_components/json3/test/test_json3.js[39m -> [36mdist/bower_components/json3/test/test_json3.js[39m | |
Reading app/bower_components/json3/test/test_json3.js...[32mOK[39m | |
Writing dist/bower_components/json3/test/test_json3.js...[32mOK[39m | |
Creating [36mdist/bower_components/json3/vendor[39m | |
Copying [36mapp/bower_components/json3/vendor/benchmark.js[39m -> [36mdist/bower_components/json3/vendor/benchmark.js[39m | |
Reading app/bower_components/json3/vendor/benchmark.js...[32mOK[39m | |
Writing dist/bower_components/json3/vendor/benchmark.js...[32mOK[39m | |
Copying [36mapp/bower_components/json3/vendor/closure-compiler.jar[39m -> [36mdist/bower_components/json3/vendor/closure-compiler.jar[39m | |
Reading app/bower_components/json3/vendor/closure-compiler.jar...[32mOK[39m | |
Writing dist/bower_components/json3/vendor/closure-compiler.jar...[32mOK[39m | |
Copying [36mapp/bower_components/json3/vendor/curl.js[39m -> [36mdist/bower_components/json3/vendor/curl.js[39m | |
Reading app/bower_components/json3/vendor/curl.js...[32mOK[39m | |
Writing dist/bower_components/json3/vendor/curl.js...[32mOK[39m | |
Copying [36mapp/bower_components/json3/vendor/evalJSON.js[39m -> [36mdist/bower_components/json3/vendor/evalJSON.js[39m | |
Reading app/bower_components/json3/vendor/evalJSON.js...[32mOK[39m | |
Writing dist/bower_components/json3/vendor/evalJSON.js...[32mOK[39m | |
Copying [36mapp/bower_components/json3/vendor/json2.js[39m -> [36mdist/bower_components/json3/vendor/json2.js[39m | |
Reading app/bower_components/json3/vendor/json2.js...[32mOK[39m | |
Writing dist/bower_components/json3/vendor/json2.js...[32mOK[39m | |
Copying [36mapp/bower_components/json3/vendor/json_parse.js[39m -> [36mdist/bower_components/json3/vendor/json_parse.js[39m | |
Reading app/bower_components/json3/vendor/json_parse.js...[32mOK[39m | |
Writing dist/bower_components/json3/vendor/json_parse.js...[32mOK[39m | |
Copying [36mapp/bower_components/json3/vendor/json_parse_state.js[39m -> [36mdist/bower_components/json3/vendor/json_parse_state.js[39m | |
Reading app/bower_components/json3/vendor/json_parse_state.js...[32mOK[39m | |
Writing dist/bower_components/json3/vendor/json_parse_state.js...[32mOK[39m | |
Copying [36mapp/bower_components/json3/vendor/json_sans_eval.js[39m -> [36mdist/bower_components/json3/vendor/json_sans_eval.js[39m | |
Reading app/bower_components/json3/vendor/json_sans_eval.js...[32mOK[39m | |
Writing dist/bower_components/json3/vendor/json_sans_eval.js...[32mOK[39m | |
Copying [36mapp/bower_components/json3/vendor/lodash.js[39m -> [36mdist/bower_components/json3/vendor/lodash.js[39m | |
Reading app/bower_components/json3/vendor/lodash.js...[32mOK[39m | |
Writing dist/bower_components/json3/vendor/lodash.js...[32mOK[39m | |
Creating [36mdist/bower_components/json3/vendor/marked[39m | |
Copying [36mapp/bower_components/json3/vendor/platform.js[39m -> [36mdist/bower_components/json3/vendor/platform.js[39m | |
Reading app/bower_components/json3/vendor/platform.js...[32mOK[39m | |
Writing dist/bower_components/json3/vendor/platform.js...[32mOK[39m | |
Copying [36mapp/bower_components/json3/vendor/prototype.js[39m -> [36mdist/bower_components/json3/vendor/prototype.js[39m | |
Reading app/bower_components/json3/vendor/prototype.js...[32mOK[39m | |
Writing dist/bower_components/json3/vendor/prototype.js...[32mOK[39m | |
Copying [36mapp/bower_components/json3/vendor/require.js[39m -> [36mdist/bower_components/json3/vendor/require.js[39m | |
Reading app/bower_components/json3/vendor/require.js...[32mOK[39m | |
Writing dist/bower_components/json3/vendor/require.js...[32mOK[39m | |
Creating [36mdist/bower_components/json3/vendor/spec[39m | |
Creating [36mdist/bower_components/modernizr[39m | |
Copying [36mapp/bower_components/modernizr/.bower.json[39m -> [36mdist/bower_components/modernizr/.bower.json[39m | |
Reading app/bower_components/modernizr/.bower.json...[32mOK[39m | |
Writing dist/bower_components/modernizr/.bower.json...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/.editorconfig[39m -> [36mdist/bower_components/modernizr/.editorconfig[39m | |
Reading app/bower_components/modernizr/.editorconfig...[32mOK[39m | |
Writing dist/bower_components/modernizr/.editorconfig...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/.gitignore[39m -> [36mdist/bower_components/modernizr/.gitignore[39m | |
Reading app/bower_components/modernizr/.gitignore...[32mOK[39m | |
Writing dist/bower_components/modernizr/.gitignore...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/.travis.yml[39m -> [36mdist/bower_components/modernizr/.travis.yml[39m | |
Reading app/bower_components/modernizr/.travis.yml...[32mOK[39m | |
Writing dist/bower_components/modernizr/.travis.yml...[32mOK[39m | |
Creating [36mdist/bower_components/modernizr/feature-detects[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/a-download.js[39m -> [36mdist/bower_components/modernizr/feature-detects/a-download.js[39m | |
Reading app/bower_components/modernizr/feature-detects/a-download.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/a-download.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/audio-audiodata-api.js[39m -> [36mdist/bower_components/modernizr/feature-detects/audio-audiodata-api.js[39m | |
Reading app/bower_components/modernizr/feature-detects/audio-audiodata-api.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/audio-audiodata-api.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/audio-webaudio-api.js[39m -> [36mdist/bower_components/modernizr/feature-detects/audio-webaudio-api.js[39m | |
Reading app/bower_components/modernizr/feature-detects/audio-webaudio-api.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/audio-webaudio-api.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/battery-api.js[39m -> [36mdist/bower_components/modernizr/feature-detects/battery-api.js[39m | |
Reading app/bower_components/modernizr/feature-detects/battery-api.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/battery-api.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/battery-level.js[39m -> [36mdist/bower_components/modernizr/feature-detects/battery-level.js[39m | |
Reading app/bower_components/modernizr/feature-detects/battery-level.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/battery-level.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/blob-constructor.js[39m -> [36mdist/bower_components/modernizr/feature-detects/blob-constructor.js[39m | |
Reading app/bower_components/modernizr/feature-detects/blob-constructor.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/blob-constructor.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/canvas-todataurl-type.js[39m -> [36mdist/bower_components/modernizr/feature-detects/canvas-todataurl-type.js[39m | |
Reading app/bower_components/modernizr/feature-detects/canvas-todataurl-type.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/canvas-todataurl-type.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/contenteditable.js[39m -> [36mdist/bower_components/modernizr/feature-detects/contenteditable.js[39m | |
Reading app/bower_components/modernizr/feature-detects/contenteditable.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/contenteditable.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/contentsecuritypolicy.js[39m -> [36mdist/bower_components/modernizr/feature-detects/contentsecuritypolicy.js[39m | |
Reading app/bower_components/modernizr/feature-detects/contentsecuritypolicy.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/contentsecuritypolicy.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/contextmenu.js[39m -> [36mdist/bower_components/modernizr/feature-detects/contextmenu.js[39m | |
Reading app/bower_components/modernizr/feature-detects/contextmenu.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/contextmenu.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/cookies.js[39m -> [36mdist/bower_components/modernizr/feature-detects/cookies.js[39m | |
Reading app/bower_components/modernizr/feature-detects/cookies.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/cookies.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/cors.js[39m -> [36mdist/bower_components/modernizr/feature-detects/cors.js[39m | |
Reading app/bower_components/modernizr/feature-detects/cors.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/cors.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-backgroundposition-shorthand.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-backgroundposition-shorthand.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-backgroundposition-shorthand.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-backgroundposition-shorthand.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-backgroundposition-xy.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-backgroundposition-xy.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-backgroundposition-xy.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-backgroundposition-xy.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-backgroundrepeat.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-backgroundrepeat.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-backgroundrepeat.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-backgroundrepeat.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-backgroundsizecover.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-backgroundsizecover.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-backgroundsizecover.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-backgroundsizecover.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-boxsizing.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-boxsizing.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-boxsizing.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-boxsizing.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-calc.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-calc.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-calc.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-calc.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-cubicbezierrange.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-cubicbezierrange.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-cubicbezierrange.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-cubicbezierrange.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-displayrunin.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-displayrunin.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-displayrunin.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-displayrunin.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-displaytable.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-displaytable.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-displaytable.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-displaytable.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-filters.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-filters.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-filters.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-filters.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-hyphens.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-hyphens.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-hyphens.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-hyphens.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-lastchild.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-lastchild.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-lastchild.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-lastchild.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-mask.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-mask.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-mask.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-mask.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-mediaqueries.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-mediaqueries.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-mediaqueries.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-mediaqueries.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-objectfit.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-objectfit.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-objectfit.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-objectfit.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-overflow-scrolling.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-overflow-scrolling.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-overflow-scrolling.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-overflow-scrolling.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-pointerevents.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-pointerevents.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-pointerevents.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-pointerevents.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-positionsticky.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-positionsticky.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-positionsticky.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-positionsticky.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-regions.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-regions.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-regions.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-regions.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-remunit.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-remunit.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-remunit.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-remunit.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-resize.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-resize.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-resize.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-resize.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-scrollbars.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-scrollbars.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-scrollbars.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-scrollbars.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-subpixelfont.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-subpixelfont.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-subpixelfont.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-subpixelfont.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-supports.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-supports.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-supports.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-supports.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-userselect.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-userselect.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-userselect.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-userselect.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-vhunit.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-vhunit.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-vhunit.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-vhunit.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-vmaxunit.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-vmaxunit.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-vmaxunit.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-vmaxunit.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-vminunit.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-vminunit.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-vminunit.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-vminunit.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/css-vwunit.js[39m -> [36mdist/bower_components/modernizr/feature-detects/css-vwunit.js[39m | |
Reading app/bower_components/modernizr/feature-detects/css-vwunit.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/css-vwunit.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/custom-protocol-handler.js[39m -> [36mdist/bower_components/modernizr/feature-detects/custom-protocol-handler.js[39m | |
Reading app/bower_components/modernizr/feature-detects/custom-protocol-handler.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/custom-protocol-handler.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/dart.js[39m -> [36mdist/bower_components/modernizr/feature-detects/dart.js[39m | |
Reading app/bower_components/modernizr/feature-detects/dart.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/dart.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/dataview-api.js[39m -> [36mdist/bower_components/modernizr/feature-detects/dataview-api.js[39m | |
Reading app/bower_components/modernizr/feature-detects/dataview-api.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/dataview-api.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/dom-classlist.js[39m -> [36mdist/bower_components/modernizr/feature-detects/dom-classlist.js[39m | |
Reading app/bower_components/modernizr/feature-detects/dom-classlist.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/dom-classlist.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/dom-createElement-attrs.js[39m -> [36mdist/bower_components/modernizr/feature-detects/dom-createElement-attrs.js[39m | |
Reading app/bower_components/modernizr/feature-detects/dom-createElement-attrs.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/dom-createElement-attrs.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/dom-dataset.js[39m -> [36mdist/bower_components/modernizr/feature-detects/dom-dataset.js[39m | |
Reading app/bower_components/modernizr/feature-detects/dom-dataset.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/dom-dataset.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/dom-microdata.js[39m -> [36mdist/bower_components/modernizr/feature-detects/dom-microdata.js[39m | |
Reading app/bower_components/modernizr/feature-detects/dom-microdata.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/dom-microdata.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/elem-datalist.js[39m -> [36mdist/bower_components/modernizr/feature-detects/elem-datalist.js[39m | |
Reading app/bower_components/modernizr/feature-detects/elem-datalist.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/elem-datalist.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/elem-details.js[39m -> [36mdist/bower_components/modernizr/feature-detects/elem-details.js[39m | |
Reading app/bower_components/modernizr/feature-detects/elem-details.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/elem-details.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/elem-output.js[39m -> [36mdist/bower_components/modernizr/feature-detects/elem-output.js[39m | |
Reading app/bower_components/modernizr/feature-detects/elem-output.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/elem-output.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/elem-progress-meter.js[39m -> [36mdist/bower_components/modernizr/feature-detects/elem-progress-meter.js[39m | |
Reading app/bower_components/modernizr/feature-detects/elem-progress-meter.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/elem-progress-meter.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/elem-ruby.js[39m -> [36mdist/bower_components/modernizr/feature-detects/elem-ruby.js[39m | |
Reading app/bower_components/modernizr/feature-detects/elem-ruby.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/elem-ruby.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/elem-time.js[39m -> [36mdist/bower_components/modernizr/feature-detects/elem-time.js[39m | |
Reading app/bower_components/modernizr/feature-detects/elem-time.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/elem-time.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/elem-track.js[39m -> [36mdist/bower_components/modernizr/feature-detects/elem-track.js[39m | |
Reading app/bower_components/modernizr/feature-detects/elem-track.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/elem-track.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/emoji.js[39m -> [36mdist/bower_components/modernizr/feature-detects/emoji.js[39m | |
Reading app/bower_components/modernizr/feature-detects/emoji.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/emoji.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/es5-strictmode.js[39m -> [36mdist/bower_components/modernizr/feature-detects/es5-strictmode.js[39m | |
Reading app/bower_components/modernizr/feature-detects/es5-strictmode.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/es5-strictmode.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/event-deviceorientation-motion.js[39m -> [36mdist/bower_components/modernizr/feature-detects/event-deviceorientation-motion.js[39m | |
Reading app/bower_components/modernizr/feature-detects/event-deviceorientation-motion.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/event-deviceorientation-motion.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/exif-orientation.js[39m -> [36mdist/bower_components/modernizr/feature-detects/exif-orientation.js[39m | |
Reading app/bower_components/modernizr/feature-detects/exif-orientation.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/exif-orientation.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/file-api.js[39m -> [36mdist/bower_components/modernizr/feature-detects/file-api.js[39m | |
Reading app/bower_components/modernizr/feature-detects/file-api.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/file-api.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/file-filesystem.js[39m -> [36mdist/bower_components/modernizr/feature-detects/file-filesystem.js[39m | |
Reading app/bower_components/modernizr/feature-detects/file-filesystem.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/file-filesystem.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/forms-fileinput.js[39m -> [36mdist/bower_components/modernizr/feature-detects/forms-fileinput.js[39m | |
Reading app/bower_components/modernizr/feature-detects/forms-fileinput.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/forms-fileinput.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/forms-formattribute.js[39m -> [36mdist/bower_components/modernizr/feature-detects/forms-formattribute.js[39m | |
Reading app/bower_components/modernizr/feature-detects/forms-formattribute.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/forms-formattribute.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/forms-inputnumber-l10n.js[39m -> [36mdist/bower_components/modernizr/feature-detects/forms-inputnumber-l10n.js[39m | |
Reading app/bower_components/modernizr/feature-detects/forms-inputnumber-l10n.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/forms-inputnumber-l10n.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/forms-placeholder.js[39m -> [36mdist/bower_components/modernizr/feature-detects/forms-placeholder.js[39m | |
Reading app/bower_components/modernizr/feature-detects/forms-placeholder.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/forms-placeholder.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/forms-speechinput.js[39m -> [36mdist/bower_components/modernizr/feature-detects/forms-speechinput.js[39m | |
Reading app/bower_components/modernizr/feature-detects/forms-speechinput.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/forms-speechinput.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/forms-validation.js[39m -> [36mdist/bower_components/modernizr/feature-detects/forms-validation.js[39m | |
Reading app/bower_components/modernizr/feature-detects/forms-validation.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/forms-validation.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/fullscreen-api.js[39m -> [36mdist/bower_components/modernizr/feature-detects/fullscreen-api.js[39m | |
Reading app/bower_components/modernizr/feature-detects/fullscreen-api.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/fullscreen-api.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/gamepad.js[39m -> [36mdist/bower_components/modernizr/feature-detects/gamepad.js[39m | |
Reading app/bower_components/modernizr/feature-detects/gamepad.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/gamepad.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/getusermedia.js[39m -> [36mdist/bower_components/modernizr/feature-detects/getusermedia.js[39m | |
Reading app/bower_components/modernizr/feature-detects/getusermedia.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/getusermedia.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/ie8compat.js[39m -> [36mdist/bower_components/modernizr/feature-detects/ie8compat.js[39m | |
Reading app/bower_components/modernizr/feature-detects/ie8compat.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/ie8compat.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/iframe-sandbox.js[39m -> [36mdist/bower_components/modernizr/feature-detects/iframe-sandbox.js[39m | |
Reading app/bower_components/modernizr/feature-detects/iframe-sandbox.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/iframe-sandbox.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/iframe-seamless.js[39m -> [36mdist/bower_components/modernizr/feature-detects/iframe-seamless.js[39m | |
Reading app/bower_components/modernizr/feature-detects/iframe-seamless.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/iframe-seamless.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/iframe-srcdoc.js[39m -> [36mdist/bower_components/modernizr/feature-detects/iframe-srcdoc.js[39m | |
Reading app/bower_components/modernizr/feature-detects/iframe-srcdoc.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/iframe-srcdoc.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/img-apng.js[39m -> [36mdist/bower_components/modernizr/feature-detects/img-apng.js[39m | |
Reading app/bower_components/modernizr/feature-detects/img-apng.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/img-apng.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/img-webp.js[39m -> [36mdist/bower_components/modernizr/feature-detects/img-webp.js[39m | |
Reading app/bower_components/modernizr/feature-detects/img-webp.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/img-webp.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/json.js[39m -> [36mdist/bower_components/modernizr/feature-detects/json.js[39m | |
Reading app/bower_components/modernizr/feature-detects/json.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/json.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/lists-reversed.js[39m -> [36mdist/bower_components/modernizr/feature-detects/lists-reversed.js[39m | |
Reading app/bower_components/modernizr/feature-detects/lists-reversed.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/lists-reversed.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/mathml.js[39m -> [36mdist/bower_components/modernizr/feature-detects/mathml.js[39m | |
Reading app/bower_components/modernizr/feature-detects/mathml.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/mathml.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/network-connection.js[39m -> [36mdist/bower_components/modernizr/feature-detects/network-connection.js[39m | |
Reading app/bower_components/modernizr/feature-detects/network-connection.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/network-connection.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/network-eventsource.js[39m -> [36mdist/bower_components/modernizr/feature-detects/network-eventsource.js[39m | |
Reading app/bower_components/modernizr/feature-detects/network-eventsource.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/network-eventsource.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/network-xhr2.js[39m -> [36mdist/bower_components/modernizr/feature-detects/network-xhr2.js[39m | |
Reading app/bower_components/modernizr/feature-detects/network-xhr2.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/network-xhr2.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/notification.js[39m -> [36mdist/bower_components/modernizr/feature-detects/notification.js[39m | |
Reading app/bower_components/modernizr/feature-detects/notification.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/notification.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/performance.js[39m -> [36mdist/bower_components/modernizr/feature-detects/performance.js[39m | |
Reading app/bower_components/modernizr/feature-detects/performance.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/performance.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/pointerlock-api.js[39m -> [36mdist/bower_components/modernizr/feature-detects/pointerlock-api.js[39m | |
Reading app/bower_components/modernizr/feature-detects/pointerlock-api.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/pointerlock-api.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/quota-management-api.js[39m -> [36mdist/bower_components/modernizr/feature-detects/quota-management-api.js[39m | |
Reading app/bower_components/modernizr/feature-detects/quota-management-api.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/quota-management-api.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/requestanimationframe.js[39m -> [36mdist/bower_components/modernizr/feature-detects/requestanimationframe.js[39m | |
Reading app/bower_components/modernizr/feature-detects/requestanimationframe.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/requestanimationframe.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/script-async.js[39m -> [36mdist/bower_components/modernizr/feature-detects/script-async.js[39m | |
Reading app/bower_components/modernizr/feature-detects/script-async.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/script-async.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/script-defer.js[39m -> [36mdist/bower_components/modernizr/feature-detects/script-defer.js[39m | |
Reading app/bower_components/modernizr/feature-detects/script-defer.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/script-defer.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/style-scoped.js[39m -> [36mdist/bower_components/modernizr/feature-detects/style-scoped.js[39m | |
Reading app/bower_components/modernizr/feature-detects/style-scoped.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/style-scoped.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/svg-filters.js[39m -> [36mdist/bower_components/modernizr/feature-detects/svg-filters.js[39m | |
Reading app/bower_components/modernizr/feature-detects/svg-filters.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/svg-filters.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/unicode.js[39m -> [36mdist/bower_components/modernizr/feature-detects/unicode.js[39m | |
Reading app/bower_components/modernizr/feature-detects/unicode.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/unicode.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/url-data-uri.js[39m -> [36mdist/bower_components/modernizr/feature-detects/url-data-uri.js[39m | |
Reading app/bower_components/modernizr/feature-detects/url-data-uri.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/url-data-uri.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/userdata.js[39m -> [36mdist/bower_components/modernizr/feature-detects/userdata.js[39m | |
Reading app/bower_components/modernizr/feature-detects/userdata.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/userdata.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/vibration.js[39m -> [36mdist/bower_components/modernizr/feature-detects/vibration.js[39m | |
Reading app/bower_components/modernizr/feature-detects/vibration.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/vibration.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/web-intents.js[39m -> [36mdist/bower_components/modernizr/feature-detects/web-intents.js[39m | |
Reading app/bower_components/modernizr/feature-detects/web-intents.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/web-intents.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/webgl-extensions.js[39m -> [36mdist/bower_components/modernizr/feature-detects/webgl-extensions.js[39m | |
Reading app/bower_components/modernizr/feature-detects/webgl-extensions.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/webgl-extensions.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/websockets-binary.js[39m -> [36mdist/bower_components/modernizr/feature-detects/websockets-binary.js[39m | |
Reading app/bower_components/modernizr/feature-detects/websockets-binary.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/websockets-binary.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/window-framed.js[39m -> [36mdist/bower_components/modernizr/feature-detects/window-framed.js[39m | |
Reading app/bower_components/modernizr/feature-detects/window-framed.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/window-framed.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/workers-blobworkers.js[39m -> [36mdist/bower_components/modernizr/feature-detects/workers-blobworkers.js[39m | |
Reading app/bower_components/modernizr/feature-detects/workers-blobworkers.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/workers-blobworkers.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/workers-dataworkers.js[39m -> [36mdist/bower_components/modernizr/feature-detects/workers-dataworkers.js[39m | |
Reading app/bower_components/modernizr/feature-detects/workers-dataworkers.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/workers-dataworkers.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/feature-detects/workers-sharedworkers.js[39m -> [36mdist/bower_components/modernizr/feature-detects/workers-sharedworkers.js[39m | |
Reading app/bower_components/modernizr/feature-detects/workers-sharedworkers.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/feature-detects/workers-sharedworkers.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/grunt.js[39m -> [36mdist/bower_components/modernizr/grunt.js[39m | |
Reading app/bower_components/modernizr/grunt.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/grunt.js...[32mOK[39m | |
Creating [36mdist/bower_components/modernizr/media[39m | |
Copying [36mapp/bower_components/modernizr/media/Modernizr 2 Logo.ai[39m -> [36mdist/bower_components/modernizr/media/Modernizr 2 Logo.ai[39m | |
Reading app/bower_components/modernizr/media/Modernizr 2 Logo.ai...[32mOK[39m | |
Writing dist/bower_components/modernizr/media/Modernizr 2 Logo.ai...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/media/Modernizr 2 Logo.eps[39m -> [36mdist/bower_components/modernizr/media/Modernizr 2 Logo.eps[39m | |
Reading app/bower_components/modernizr/media/Modernizr 2 Logo.eps...[32mOK[39m | |
Writing dist/bower_components/modernizr/media/Modernizr 2 Logo.eps...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/media/Modernizr 2 Logo.pdf[39m -> [36mdist/bower_components/modernizr/media/Modernizr 2 Logo.pdf[39m | |
Reading app/bower_components/modernizr/media/Modernizr 2 Logo.pdf...[32mOK[39m | |
Writing dist/bower_components/modernizr/media/Modernizr 2 Logo.pdf...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/media/Modernizr 2 Logo.png[39m -> [36mdist/bower_components/modernizr/media/Modernizr 2 Logo.png[39m | |
Reading app/bower_components/modernizr/media/Modernizr 2 Logo.png...[32mOK[39m | |
Writing dist/bower_components/modernizr/media/Modernizr 2 Logo.png...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/media/Modernizr 2 Logo.svg[39m -> [36mdist/bower_components/modernizr/media/Modernizr 2 Logo.svg[39m | |
Reading app/bower_components/modernizr/media/Modernizr 2 Logo.svg...[32mOK[39m | |
Writing dist/bower_components/modernizr/media/Modernizr 2 Logo.svg...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/modernizr.js[39m -> [36mdist/bower_components/modernizr/modernizr.js[39m | |
Reading app/bower_components/modernizr/modernizr.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/modernizr.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/readme.md[39m -> [36mdist/bower_components/modernizr/readme.md[39m | |
Reading app/bower_components/modernizr/readme.md...[32mOK[39m | |
Writing dist/bower_components/modernizr/readme.md...[32mOK[39m | |
Creating [36mdist/bower_components/modernizr/test[39m | |
Copying [36mapp/bower_components/modernizr/test/basic.html[39m -> [36mdist/bower_components/modernizr/test/basic.html[39m | |
Reading app/bower_components/modernizr/test/basic.html...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/basic.html...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse.html[39m -> [36mdist/bower_components/modernizr/test/caniuse.html[39m | |
Reading app/bower_components/modernizr/test/caniuse.html...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse.html...[32mOK[39m | |
Creating [36mdist/bower_components/modernizr/test/caniuse_files[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/Windsong-webfont.eot[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/Windsong-webfont.eot[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/Windsong-webfont.eot...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/Windsong-webfont.eot...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/Windsong-webfont.otf[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/Windsong-webfont.otf[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/Windsong-webfont.otf...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/Windsong-webfont.otf...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/Windsong-webfont.svg[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/Windsong-webfont.svg[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/Windsong-webfont.svg...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/Windsong-webfont.svg...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/Windsong-webfont.ttf[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/Windsong-webfont.ttf[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/Windsong-webfont.ttf...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/Windsong-webfont.ttf...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/Windsong-webfont.woff[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/Windsong-webfont.woff[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/Windsong-webfont.woff...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/Windsong-webfont.woff...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/alpha.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/alpha.png[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/alpha.png...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/alpha.png...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/apng_test.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/apng_test.png[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/apng_test.png...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/apng_test.png...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/before-after.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/before-after.png[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/before-after.png...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/before-after.png...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/form_validation.html[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/form_validation.html[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/form_validation.html...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/form_validation.html...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/ga.js[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/ga.js[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/ga.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/ga.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/green5x5.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/green5x5.png[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/green5x5.png...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/green5x5.png...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/hashchange.html[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/hashchange.html[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/hashchange.html...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/hashchange.html...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/jquery.min.js[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/jquery.min.js[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/jquery.min.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/jquery.min.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/mathml.html[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/mathml.html[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/mathml.html...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/mathml.html...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/mathml_ref.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/mathml_ref.png[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/mathml_ref.png...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/mathml_ref.png...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/modernizr-1.7.min.js[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/modernizr-1.7.min.js[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/modernizr-1.7.min.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/modernizr-1.7.min.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/png_alpha_result.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/png_alpha_result.png[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/png_alpha_result.png...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/png_alpha_result.png...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/pushstate.html[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/pushstate.html[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/pushstate.html...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/pushstate.html...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/red30x30.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/red30x30.png[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/red30x30.png...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/red30x30.png...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/ruby.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/ruby.png[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/ruby.png...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/ruby.png...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/stroked-text.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/stroked-text.png[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/stroked-text.png...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/stroked-text.png...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/style.css[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/style.css[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/style.css...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/style.css...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/svg-html-blur.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/svg-html-blur.png[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/svg-html-blur.png...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/svg-html-blur.png...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/svg-img.svg[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/svg-img.svg[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/svg-img.svg...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/svg-img.svg...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/svg-img.svg.1[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/svg-img.svg.1[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/svg-img.svg.1...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/svg-img.svg.1...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/svg_blur.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/svg_blur.png[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/svg_blur.png...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/svg_blur.png...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/table.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/table.png[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/table.png...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/table.png...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/text-shadow1.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/text-shadow1.png[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/text-shadow1.png...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/text-shadow1.png...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/text-shadow2.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/text-shadow2.png[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/text-shadow2.png...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/text-shadow2.png...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/windsong_font.png[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/windsong_font.png[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/windsong_font.png...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/windsong_font.png...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/caniuse_files/xhtml.html[39m -> [36mdist/bower_components/modernizr/test/caniuse_files/xhtml.html[39m | |
Reading app/bower_components/modernizr/test/caniuse_files/xhtml.html...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/caniuse_files/xhtml.html...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/index.html[39m -> [36mdist/bower_components/modernizr/test/index.html[39m | |
Reading app/bower_components/modernizr/test/index.html...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/index.html...[32mOK[39m | |
Creating [36mdist/bower_components/modernizr/test/js[39m | |
Copying [36mapp/bower_components/modernizr/test/js/basic.html[39m -> [36mdist/bower_components/modernizr/test/js/basic.html[39m | |
Reading app/bower_components/modernizr/test/js/basic.html...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/js/basic.html...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/js/dumpdata.js[39m -> [36mdist/bower_components/modernizr/test/js/dumpdata.js[39m | |
Reading app/bower_components/modernizr/test/js/dumpdata.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/js/dumpdata.js...[32mOK[39m | |
Creating [36mdist/bower_components/modernizr/test/js/lib[39m | |
Copying [36mapp/bower_components/modernizr/test/js/lib/detect-global.js[39m -> [36mdist/bower_components/modernizr/test/js/lib/detect-global.js[39m | |
Reading app/bower_components/modernizr/test/js/lib/detect-global.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/js/lib/detect-global.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/js/lib/jquery-1.7b2.js[39m -> [36mdist/bower_components/modernizr/test/js/lib/jquery-1.7b2.js[39m | |
Reading app/bower_components/modernizr/test/js/lib/jquery-1.7b2.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/js/lib/jquery-1.7b2.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/js/lib/jsonselect.js[39m -> [36mdist/bower_components/modernizr/test/js/lib/jsonselect.js[39m | |
Reading app/bower_components/modernizr/test/js/lib/jsonselect.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/js/lib/jsonselect.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/js/lib/polyfills.js[39m -> [36mdist/bower_components/modernizr/test/js/lib/polyfills.js[39m | |
Reading app/bower_components/modernizr/test/js/lib/polyfills.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/js/lib/polyfills.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/js/lib/uaparser.js[39m -> [36mdist/bower_components/modernizr/test/js/lib/uaparser.js[39m | |
Reading app/bower_components/modernizr/test/js/lib/uaparser.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/js/lib/uaparser.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/js/setup.js[39m -> [36mdist/bower_components/modernizr/test/js/setup.js[39m | |
Reading app/bower_components/modernizr/test/js/setup.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/js/setup.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/js/unit-caniuse.js[39m -> [36mdist/bower_components/modernizr/test/js/unit-caniuse.js[39m | |
Reading app/bower_components/modernizr/test/js/unit-caniuse.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/js/unit-caniuse.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/js/unit.js[39m -> [36mdist/bower_components/modernizr/test/js/unit.js[39m | |
Reading app/bower_components/modernizr/test/js/unit.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/js/unit.js...[32mOK[39m | |
Creating [36mdist/bower_components/modernizr/test/qunit[39m | |
Copying [36mapp/bower_components/modernizr/test/qunit/qunit.css[39m -> [36mdist/bower_components/modernizr/test/qunit/qunit.css[39m | |
Reading app/bower_components/modernizr/test/qunit/qunit.css...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/qunit/qunit.css...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/qunit/qunit.js[39m -> [36mdist/bower_components/modernizr/test/qunit/qunit.js[39m | |
Reading app/bower_components/modernizr/test/qunit/qunit.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/qunit/qunit.js...[32mOK[39m | |
Copying [36mapp/bower_components/modernizr/test/qunit/run-qunit.js[39m -> [36mdist/bower_components/modernizr/test/qunit/run-qunit.js[39m | |
Reading app/bower_components/modernizr/test/qunit/run-qunit.js...[32mOK[39m | |
Writing dist/bower_components/modernizr/test/qunit/run-qunit.js...[32mOK[39m | |
Creating [36mdist/bower_components/threejs[39m | |
Copying [36mapp/bower_components/threejs/.DS_Store[39m -> [36mdist/bower_components/threejs/.DS_Store[39m | |
Reading app/bower_components/threejs/.DS_Store...[32mOK[39m | |
Writing dist/bower_components/threejs/.DS_Store...[32mOK[39m | |
Copying [36mapp/bower_components/threejs/ThreeCanvas.js[39m -> [36mdist/bower_components/threejs/ThreeCanvas.js[39m | |
Reading app/bower_components/threejs/ThreeCanvas.js...[32mOK[39m | |
Writing dist/bower_components/threejs/ThreeCanvas.js...[32mOK[39m | |
Copying [36mapp/data/planetposition.json[39m -> [36mdist/data/planetposition.json[39m | |
Reading app/data/planetposition.json...[32mOK[39m | |
Writing dist/data/planetposition.json...[32mOK[39m | |
Created [36m26[39m directories, copied [36m258[39m files | |
[4mRunning "cdnify" task[24m | |
[4mRunning "cdnify:dist" (cdnify) task[24m | |
Verifying property [36mcdnify.dist[39m exists in config...[32mOK[39m | |
File: [33m[no files][39m | |
Reading bower.json...[32mOK[39m | |
Parsing bower.json...[32mOK[39m | |
Going through [36mdist/404.html[39m, [36mdist/index.html[39m to update script refs | |
Reading dist/404.html...[32mOK[39m | |
Reading dist/index.html...[32mOK[39m | |
Writing dist/404.html...[32mOK[39m | |
Writing dist/index.html...[32mOK[39m | |
[4mRunning "cssmin" task[24m | |
[4mRunning "cssmin:generated" (cssmin) task[24m | |
Verifying property [36mcssmin.generated[39m exists in config...[32mOK[39m | |
Files: [36m.tmp/concat/styles/main.css[39m -> [36mdist/styles/main.css[39m | |
Reading .tmp/concat/styles/main.css...[32mOK[39m | |
Reading .tmp/concat/styles/main.css...[32mOK[39m | |
Writing dist/styles/main.css...[32mOK[39m | |
File dist/styles/main.css created. | |
[4mRunning "uglify" task[24m | |
[4mRunning "uglify:dist" (uglify) task[24m | |
Verifying property [36muglify.dist[39m exists in config...[32mOK[39m | |
Files: [33m[no src][39m -> [36mdist/scripts/scripts.js[39m | |
[31m>> [39mDestination (dist/scripts/scripts.js) not written because src files were empty. | |
[4mRunning "uglify:generated" (uglify) task[24m | |
Verifying property [36muglify.generated[39m exists in config...[32mOK[39m | |
Files: [36m.tmp/concat/scripts/modules.js[39m -> [36mdist/scripts/modules.js[39m | |
Files: [36m.tmp/concat/scripts/scripts.js[39m -> [36mdist/scripts/scripts.js[39m | |
Minifying with UglifyJS...Reading .tmp/concat/scripts/modules.js...[32mOK[39m | |
[32mOK[39m | |
Writing dist/scripts/modules.js...[32mOK[39m | |
File "dist/scripts/modules.js" created. | |
Minifying with UglifyJS...Reading .tmp/concat/scripts/scripts.js...[32mOK[39m | |
[32mOK[39m | |
Writing dist/scripts/scripts.js...[32mOK[39m | |
File "dist/scripts/scripts.js" created. | |
[4mRunning "rev" task[24m | |
[4mRunning "rev:dist" (rev) task[24m | |
Verifying property [36mrev.dist[39m exists in config...[32mOK[39m | |
Files: [36mdist/scripts/modules.js[39m, [36mdist/scripts/scripts.js[39m, [36mdist/styles/main.css[39m, [36mdist/images/ParticleSmoke.png[39m, [36mdist/images/apacheflex.png[39m, [36mdist/images/bell.png[39m, [36mdist/images/christmastree.png[39m, [36mdist/images/facebook.svg[39m, [36mdist/images/gplus.svg[39m, [36mdist/images/laserbeam.jpg[39m, [36mdist/images/linkedin.svg[39m, [36mdist/images/nycmonochrome.jpg[39m, [36mdist/images/original_laserbeam.jpg[39m, [36mdist/images/plane.svg[39m, [36mdist/images/plane2_2.png[39m, [36mdist/images/profilepic5.jpg[39m, [36mdist/images/twitter.svg[39m, [36mdist/images/webmaker_logo.png[39m -> [36msrc[39m | |
Hashing dist/scripts/modules.js...Reading dist/scripts/modules.js...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39m401338d2a6e8ae38bc0e4556d7bcff47 | |
dist/scripts/modules.js [32m>> [39m401338d2.modules.js | |
Hashing dist/scripts/scripts.js...Reading dist/scripts/scripts.js...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39maf444208bc7bb9fbaeba0fbe0dc2e68b | |
dist/scripts/scripts.js [32m>> [39maf444208.scripts.js | |
Hashing dist/styles/main.css...Reading dist/styles/main.css...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39m58383a082f5ee046055b180f536997aa | |
dist/styles/main.css [32m>> [39m58383a08.main.css | |
Hashing dist/images/ParticleSmoke.png...Reading dist/images/ParticleSmoke.png...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39m18d1cad1d45e1d81ed4537684e298937 | |
dist/images/ParticleSmoke.png [32m>> [39m18d1cad1.ParticleSmoke.png | |
Hashing dist/images/apacheflex.png...Reading dist/images/apacheflex.png...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39mdec56cc2fda3f0af67b86c56b95eb101 | |
dist/images/apacheflex.png [32m>> [39mdec56cc2.apacheflex.png | |
Hashing dist/images/bell.png...Reading dist/images/bell.png...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39m9288a02fcfe7295904c0ddbfe4325cb0 | |
dist/images/bell.png [32m>> [39m9288a02f.bell.png | |
Hashing dist/images/christmastree.png...Reading dist/images/christmastree.png...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39m3238447de264801ce17f99b14e964c1d | |
dist/images/christmastree.png [32m>> [39m3238447d.christmastree.png | |
Hashing dist/images/facebook.svg...Reading dist/images/facebook.svg...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39m5df2b19b7cd5d39bba74ccdfb1d80534 | |
dist/images/facebook.svg [32m>> [39m5df2b19b.facebook.svg | |
Hashing dist/images/gplus.svg...Reading dist/images/gplus.svg...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39md08fb0232d8a51045a690b49003d7130 | |
dist/images/gplus.svg [32m>> [39md08fb023.gplus.svg | |
Hashing dist/images/laserbeam.jpg...Reading dist/images/laserbeam.jpg...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39ma4dd19f43ba1f2bf42f6b468e039d8de | |
dist/images/laserbeam.jpg [32m>> [39ma4dd19f4.laserbeam.jpg | |
Hashing dist/images/linkedin.svg...Reading dist/images/linkedin.svg...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39m5381bf75d444e85b5a37fcd03a8810bf | |
dist/images/linkedin.svg [32m>> [39m5381bf75.linkedin.svg | |
Hashing dist/images/nycmonochrome.jpg...Reading dist/images/nycmonochrome.jpg...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39m1de33fdc42b6c772fed4c401811fd191 | |
dist/images/nycmonochrome.jpg [32m>> [39m1de33fdc.nycmonochrome.jpg | |
Hashing dist/images/original_laserbeam.jpg...Reading dist/images/original_laserbeam.jpg...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39mad05e2e10eb480d831973be104f1bba7 | |
dist/images/original_laserbeam.jpg [32m>> [39mad05e2e1.original_laserbeam.jpg | |
Hashing dist/images/plane.svg...Reading dist/images/plane.svg...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39me7329c1790dee448fede28f8d32e83b3 | |
dist/images/plane.svg [32m>> [39me7329c17.plane.svg | |
Hashing dist/images/plane2_2.png...Reading dist/images/plane2_2.png...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39m474d1e8eac5874a63030745683140301 | |
dist/images/plane2_2.png [32m>> [39m474d1e8e.plane2_2.png | |
Hashing dist/images/profilepic5.jpg...Reading dist/images/profilepic5.jpg...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39m246be3faa292c66383f7c14cccc9199b | |
dist/images/profilepic5.jpg [32m>> [39m246be3fa.profilepic5.jpg | |
Hashing dist/images/twitter.svg...Reading dist/images/twitter.svg...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39m5d81176a37cf56ed9e7b8d339f244d8d | |
dist/images/twitter.svg [32m>> [39m5d81176a.twitter.svg | |
Hashing dist/images/webmaker_logo.png...Reading dist/images/webmaker_logo.png...[32mOK[39m | |
[32mOK[39m | |
[32m>> [39m4f184a8c94347fcb6d8f555da734568a | |
dist/images/webmaker_logo.png [32m>> [39m4f184a8c.webmaker_logo.png | |
[4mRunning "usemin" task[24m | |
[4mRunning "usemin:html" (usemin) task[24m | |
Verifying property [36musemin.html[39m exists in config...[32mOK[39m | |
Files: [36mdist/404.html[39m, [36mdist/index.html[39m, [36mdist/views/home.html[39m, [36mdist/views/technology.html[39m, [36mdist/views/training.html[39m -> [36mhtml[39m | |
[1mProcessing as HTML - dist/404.html[22m | |
Update the HTML to reference our concat/min/revved script files | |
Update the HTML with the new css filenames | |
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 | |
Writing dist/404.html...[32mOK[39m | |
[1mProcessing as HTML - dist/index.html[22m | |
Update the HTML to reference our concat/min/revved script files | |
<script src="scripts/modules.js" changed to <script src="scripts/401338d2.modules.js" | |
<script src="scripts/scripts.js" changed to <script src="scripts/af444208.scripts.js" | |
Update the HTML with the new css filenames | |
<link rel="stylesheet" href="styles/main.css" changed to <link rel="stylesheet" href="styles/58383a08.main.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 | |
Writing dist/index.html...[32mOK[39m | |
[1mProcessing as HTML - dist/views/home.html[22m | |
Update the HTML to reference our concat/min/revved script files | |
Update the HTML with the new css filenames | |
Update the HTML with the new img filenames | |
<img class="size20" src="../images/facebook.svg" changed to <img class="size20" src="../images/5df2b19b.facebook.svg" | |
<img class="size20" src="../images/gplus.svg" changed to <img class="size20" src="../images/d08fb023.gplus.svg" | |
<img class="size20" src="../images/twitter.svg" changed to <img class="size20" src="../images/5d81176a.twitter.svg" | |
<img class="size20" src="../images/linkedin.svg" changed to <img class="size20" src="../images/5381bf75.linkedin.svg" | |
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 | |
Writing dist/views/home.html...[32mOK[39m | |
[1mProcessing as HTML - dist/views/technology.html[22m | |
Update the HTML to reference our concat/min/revved script files | |
Update the HTML with the new css filenames | |
Update the HTML with the new img filenames | |
<img src="../images/webmaker_logo.png" changed to <img src="../images/4f184a8c.webmaker_logo.png" | |
<img class="size100" src="../images/apacheflex.png" changed to <img class="size100" src="../images/dec56cc2.apacheflex.png" | |
<img class="size20" src="../images/facebook.svg" changed to <img class="size20" src="../images/5df2b19b.facebook.svg" | |
<img class="size20" src="../images/gplus.svg" changed to <img class="size20" src="../images/d08fb023.gplus.svg" | |
<img class="size20" src="../images/twitter.svg" changed to <img class="size20" src="../images/5d81176a.twitter.svg" | |
<img class="size20" src="../images/linkedin.svg" changed to <img class="size20" src="../images/5381bf75.linkedin.svg" | |
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 | |
Writing dist/views/technology.html...[32mOK[39m | |
[1mProcessing as HTML - dist/views/training.html[22m | |
Update the HTML to reference our concat/min/revved script files | |
Update the HTML with the new css filenames | |
Update the HTML with the new img filenames | |
<img class="size20" src="../images/facebook.svg" changed to <img class="size20" src="../images/5df2b19b.facebook.svg" | |
<img class="size20" src="../images/gplus.svg" changed to <img class="size20" src="../images/d08fb023.gplus.svg" | |
<img class="size20" src="../images/twitter.svg" changed to <img class="size20" src="../images/5d81176a.twitter.svg" | |
<img class="size20" src="../images/linkedin.svg" changed to <img class="size20" src="../images/5381bf75.linkedin.svg" | |
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 | |
Writing dist/views/training.html...[32mOK[39m | |
[4mRunning "usemin:css" (usemin) task[24m | |
Verifying property [36musemin.css[39m exists in config...[32mOK[39m | |
Files: [36mdist/styles/58383a08.main.css[39m -> [36mcss[39m | |
[1mProcessing as CSS - dist/styles/58383a08.main.css[22m | |
Update the CSS to reference our revved images | |
url(../images/bell.png) changed to url(../images/9288a02f.bell.png) | |
url(../images/profilepic5.jpg) changed to url(../images/246be3fa.profilepic5.jpg) | |
url(../images/plane.svg) changed to url(../images/e7329c17.plane.svg) | |
url(../images/laserbeam.jpg) changed to url(../images/a4dd19f4.laserbeam.jpg) | |
Writing dist/styles/58383a08.main.css...[32mOK[39m | |
[4mRunning "usemin:js" (usemin) task[24m | |
Verifying property [36musemin.js[39m exists in config...[32mOK[39m | |
Files: [36mdist/scripts/401338d2.modules.js[39m, [36mdist/scripts/af444208.scripts.js[39m -> [36mjs[39m | |
[1mProcessing as JS - dist/scripts/401338d2.modules.js[22m | |
Replacing reference to ParticleSmoke.png | |
Writing dist/scripts/401338d2.modules.js...[32mOK[39m | |
[1mProcessing as JS - dist/scripts/af444208.scripts.js[22m | |
Replacing reference to ParticleSmoke.png | |
Writing dist/scripts/af444208.scripts.js...[32mOK[39m | |
[32mDone, without errors.[39m | |
[4mElapsed time[24m | |
loading tasks 3ms 0% | |
build 0ms 0% | |
clean:dist 30ms ▇ 1% | |
useminPrepare 0ms 0% | |
useminPrepare:html 13ms 0% | |
concurrent:dist 3s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 63% | |
autoprefixer 1ms 0% | |
autoprefixer:dist 49ms ▇ 1% | |
concat 0ms 0% | |
concat:generated 7ms 0% | |
ngmin 0ms 0% | |
ngmin:dist 457ms ▇▇▇▇ 9% | |
copy:dist 303ms ▇▇▇ 6% | |
cdnify 0ms 0% | |
cdnify:dist 11ms 0% | |
cssmin 0ms 0% | |
cssmin:generated 14ms 0% | |
uglify 0ms 0% | |
uglify:dist 2ms 0% | |
uglify:generated 817ms ▇▇▇▇▇▇▇ 15% | |
rev 0ms 0% | |
rev:dist 200ms ▇▇ 4% | |
usemin 0ms 0% | |
usemin:html 32ms ▇ 1% | |
usemin:css 10ms 0% | |
usemin:js 4ms 0% | |
Total 5s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment