Created
May 2, 2014 01:38
-
-
Save clouddueling/be9ed834f84574a32e44 to your computer and use it in GitHub Desktop.
grunt output
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
⚡ grunt release | |
Running "clean:0" (clean) task | |
Cleaning public/dist/js...OK | |
Running "uglify:vendor" (uglify) task | |
File public/dist/js/vendor.js created. | |
Running "uglify:profile" (uglify) task | |
File public/dist/js/profile.js created. | |
Running "uglify:admin" (uglify) task | |
File public/dist/js/admin.js created. | |
Running "uglify:rmc" (uglify) task | |
File public/dist/js/rmc.js created. | |
Running "uglify:lmc" (uglify) task | |
File public/dist/js/lmc.js created. | |
Running "uglify:broadcasts" (uglify) task | |
File public/dist/js/broadcasters.js created. | |
Running "uglify:promote" (uglify) task | |
File public/dist/js/promote.js created. | |
Running "uglify:product" (uglify) task | |
File public/dist/js/product.js created. | |
Running "uglify:webpageBuilder" (uglify) task | |
File public/dist/js/webpageBuilder.js created. | |
Running "jshint:files" (jshint) task | |
>> 227 files lint free. | |
Running "karma:unit" (karma) task | |
INFO [karma]: Karma v0.12.14 server started at http://localhost:9876/ | |
INFO [launcher]: Starting browser Chrome | |
INFO [Chrome 34.0.1847 (Mac OS X 10.9.2)]: Connected on socket kNR1GP2OZK20ZwpClCMD with id 51711923 | |
Chrome 34.0.1847 (Mac OS X 10.9.2): Executed 150 of 150 SUCCESS (0.576 secs / 0.486 secs) | |
Running "shell:phpspec" (shell) task | |
/ pending: 0% / passed: 100% / failed: 0% / broken: 0% / 3 examples | |
1 specs | |
3 examples (3 passed) | |
2721ms | |
Generating code coverage report in html format ... | |
Running "phpunit:classes" (phpunit) task | |
Starting phpunit (target: classes) in | |
PHPUnit 3.7.13 by Sebastian Bergmann. | |
Configuration read from /Users/tszemkus/Sites/clouddueling/phpunit.xml | |
............................................................. | |
Time: 3.81 seconds, Memory: 21.25Mb | |
OK (61 tests, 117 assertions) | |
Generating code coverage report in HTML format ... done | |
Running "recess:min" (recess) task | |
File "public/dist/css/main.css" created. | |
69.87 kB → 55.96 kB → 8.83 kB (gzip) | |
File "public/dist/css/home.css" created. | |
23.48 kB → 18.7 kB → 2.86 kB (gzip) | |
Done, without errors. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment