Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Update ember to 2.11 #81

Merged
merged 12 commits into from
Feb 1, 2017
Merged

Update ember to 2.11 #81

merged 12 commits into from
Feb 1, 2017

Conversation

getaclue00
Copy link
Owner

@getaclue00 getaclue00 commented Jan 28, 2017

to update locally do the following:

1) Setup

  1. npm uninstall -g ember-cli -- Remove old global ember-cli
  2. npm cache clean -- Clear NPM cache
  3. bower cache clean -- Clear Bower cache
  4. npm install -g ember-cli@2.11.0 -- Install new global ember-cli

2) Project Update

  1. cd capstone\Ember
  2. rm -rf node_modules bower_components dist tmp -- Delete temporary development folders.
  3. npm install -- Reinstall NPM dependencies.
  4. bower install -- Reinstall bower dependencies.

@getaclue00 getaclue00 added this to the January's Milestone milestone Jan 28, 2017
@getaclue00 getaclue00 self-assigned this Jan 28, 2017
@getaclue00
Copy link
Owner Author

getaclue00 commented Jan 31, 2017

the problems that we are having with styling/working of the navbar, appointment editor and service editor should also be fixed

@Leann88
Copy link
Collaborator

Leann88 commented Jan 31, 2017

Nav-bar isnt not working at all for me

@Leann88
Copy link
Collaborator

Leann88 commented Jan 31, 2017

Cannot actually see the toggle button
screen shot 2017-01-31 at 12 22 07 pm

@getaclue00
Copy link
Owner Author

@Leann88 also please do all of the tests mobile first, and then desktop because that's how I build it up. I worry about desktop less since they are using it mobile primarily.

Copy link
Collaborator

@Leann88 Leann88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just forgot to clear the caches

@NadaRadwan NadaRadwan merged commit a645313 into master Feb 1, 2017
@getaclue00 getaclue00 deleted the update_ember_to_211 branch February 2, 2017 05:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants