lucasgonze / Safeharbor.in

2 stars 0 forks source link

"Resolve" button CSS hosed #194

Closed lucasgonze closed 11 years ago

lucasgonze commented 11 years ago

@paigedes, I did something to break the CSS for the Resolve button when I integrated your local changes into the master. Could you help me find the issue? Thanks.

paigesaez commented 11 years ago

Sure. Lemme take a look at this right now. Is the code all up to date on Heroku?

lucasgonze commented 11 years ago

Yup.

On Tue, Oct 16, 2012 at 9:44 AM, paigedes notifications@github.com wrote:

Sure. Lemme take a look at this right now. Is the code all up to date on Heroku?

— Reply to this email directly or view it on GitHubhttps://github.com/lucasgonze/Safeharbor.in/issues/194#issuecomment-9497386.

lucasgonze commented 11 years ago

Also up to date in github.

On Tue, Oct 16, 2012 at 9:56 AM, Lucas Gonze lucas@gonze.com wrote:

Yup.

On Tue, Oct 16, 2012 at 9:44 AM, paigedes notifications@github.comwrote:

Sure. Lemme take a look at this right now. Is the code all up to date on Heroku?

— Reply to this email directly or view it on GitHubhttps://github.com/lucasgonze/Safeharbor.in/issues/194#issuecomment-9497386.

paigesaez commented 11 years ago

Great. I wonder how I pull down the latest code into my local dev environment...That would be a cool thing to do. I feel like it should be something simple like go to folder/ tell github i need latest code....

p

On Tue, Oct 16, 2012 at 9:56 AM, Lucas Gonze notifications@github.comwrote:

Also up to date in github.

On Tue, Oct 16, 2012 at 9:56 AM, Lucas Gonze lucas@gonze.com wrote:

Yup.

On Tue, Oct 16, 2012 at 9:44 AM, paigedes notifications@github.comwrote:

Sure. Lemme take a look at this right now. Is the code all up to date on Heroku?

— Reply to this email directly or view it on GitHub< https://github.com/lucasgonze/Safeharbor.in/issues/194#issuecomment-9497386>.

— Reply to this email directly or view it on GitHubhttps://github.com/lucasgonze/Safeharbor.in/issues/194#issuecomment-9497856.

\\/////MAKERLAB/////\\ Love / Art / Architecture / Experience / Design / Research

Jellyfish Gallery 1286 Folsom St. SF, CA 94103

971-227-4384

m: paige@makerlab.com w: http://makerlab.com w: http://paigesaez.org t: http://blending.tumblr.com

lucasgonze commented 11 years ago

To fetch:

git clone https://github.com/lucasgonze/Safeharbor.in.git 

If you want to run via a local node.js instance:

cd Safeharbor.in
npm install

If you want to push to heroku using the command "git push heroku" or "git push paige":

git remote add heroku git@heroku.com:quiet-planet-1702.git
git remote add paige git@heroku.com:severe-winter-9697.git
paigesaez commented 11 years ago

ooh cool! ok fun!!

On Tue, Oct 16, 2012 at 10:10 AM, Lucas Gonze notifications@github.comwrote:

To fetch:

git clone https://github.com/lucasgonze/Safeharbor.in.git

If you want to run via a local node.js instance:

cd Safeharbor.in npm install

If you want to push to heroku using the command "git push heroku" or "git push paige":

git remote add heroku git@heroku.com:quiet-planet-1702.git git remote add paige git@heroku.com:severe-winter-9697.git

— Reply to this email directly or view it on GitHubhttps://github.com/lucasgonze/Safeharbor.in/issues/194#issuecomment-9498296.

\\/////MAKERLAB/////\\ Love / Art / Architecture / Experience / Design / Research

Jellyfish Gallery 1286 Folsom St. SF, CA 94103

971-227-4384

m: paige@makerlab.com w: http://makerlab.com w: http://paigesaez.org t: http://blending.tumblr.com

paigesaez commented 11 years ago

K fixed. All good.