Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 "mochaWebdriver:phantom" (mochaWebdriver) task | |
[D] Task source: /Users/savoie/projects/icebridge-portal-2/node_modules/grunt-mocha-webdriver/tasks/grunt-mocha-wd.js | |
Verifying property mochaWebdriver.phantom exists in config...OK | |
Files: spec/acceptance/map_navigation_test.js | |
Options: username=undefined, key=undefined, identifier="166487455", concurrency=1, testName="", testTags=[], tunnelFlags=null, secureCommands=false, usePhantom | |
Running webdriver tests against PhantomJS. | |
>> [grunt-notify] growl: growlnotify wasn't found. If you were hoping to use Growl, make you sure you have their command line script called Growlnotify. Mac: http://growl.info/downloads or Windows: http://www.growlforwindows.com/gfw/help/growlnotify.aspx and put it in your path. You should be able to type growlnotify --version and get something back. | |
>> [grunt-notify] IS_WINDOWS: false | |
>> [grunt-notify] PROGRAM_FILES: undefined |
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
(invoke)savoie@savoie-laptop ~/projects/invoke-test$ invoke build package | |
Cleaning | |
Building | |
Building | |
Packaging | |
(invoke)savoie@savoie-laptop ~/projects/invoke-test$ pip freeze | |
-e git+https://github.com/flamingbear/invoke.git@f6f7fca00be719841d8d8da6f2ce82e3f66123b7#egg=invoke-master | |
wsgiref==0.1.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
from invoke import task, run | |
@task | |
def clean(): | |
print("Cleaning") | |
@task('clean') | |
def build(): | |
print("Building") |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
(flask)savoie@savoie-laptop ~$ brew doctor | |
Your system is ready to brew. | |
(flask)savoie@savoie-laptop ~$ brew --config | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/mxcl/homebrew | |
HEAD: a804b56a598cfe9a12107fda448ce1e92d4b0c68 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit ivybridge |