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
| Running "karma:continuous" (karma) task | |
| INFO [karma]: Karma v0.10.10 server started at http://localhost:8080/ | |
| INFO [launcher]: Starting browser Firefox | |
| WARN [watcher]: Pattern "/Volumes/AterCS/Imperium/habitrpg/public/bower_components/jquery/jquery.js" does not match any file. | |
| WARN [watcher]: Pattern "/Volumes/AterCS/Imperium/habitrpg/public/bower_components/bootstrap/docs/assets/js/bootstrap.js" does not match any file. | |
| WARN [watcher]: Pattern "/Volumes/AterCS/Imperium/habitrpg/public/bower_components/ngInfiniteScroll/ng-infinite-scroll.js" does not match any file. | |
| WARN [watcher]: Pattern "/Volumes/AterCS/Imperium/habitrpg/test/mock/**/*.js" does not match any file. | |
| INFO [Firefox 31.0.0 (Mac OS X 10.9)]: Connected on socket Kp2k_xouUOYPXsFfpXy8 | |
| Firefox 31.0.0 (Mac OS X 10.9) ERROR | |
| ReferenceError: jQuery is not defined |
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
| <snippet> | |
| <content><![CDATA[ | |
| #!/bin/bash | |
| # | |
| # ${1:SCRIPT-NAME} | |
| # | |
| # ${2:DESCRIPTION} | |
| # | |
| # \$Id\$ | |
| # \$URL\$ |
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
| #!/bin/bash | |
| unset projectpath | |
| ################################################### | |
| # | |
| # The Script | |
| # | |
| if [[ -z $1 ]]; then |