timroesner / WeMart

🛒 Online grocery shopping portal. Created as part of the course CmpE 133 during spring 2018.
https://wemart-133.herokuapp.com
GNU General Public License v3.0
19 stars 10 forks source link

package manager for ic-snacks theming #10

Closed rajmakda closed 6 years ago

rajmakda commented 6 years ago

Change colors of components on ic-snacks

juancstlm commented 6 years ago

Loading the package straight from /instacart/Snacks master should fix the problem.

npm install git+https://git@github.com/instacart/Snacks.git --save
npm install instacart/Snacks#master --save

I have used both of these but the webpack keeps loading the old files and not the new ones

timroesner commented 6 years ago

Sweet the change in package.json fixed it?

rajmakda commented 6 years ago

The icon issue is still a problem on Mac after changing it in package.json. Seems to be a Mac vs Windows issue. Works well in windows but not on Mac.