Wildhoney / Magento-on-Angular

Angular.js application using Magento as the backend API
360 stars 120 forks source link

Two 404 errors #92

Open danielkoch opened 9 years ago

danielkoch commented 9 years ago

I setup MoA with Magento 1.9.1.0 and get the following errors:

  1. http://[myHost]/bower_components/skeleton/stylesheets/base.css
  2. http://[myHosts]/views/filters/addresses.html

The first file is not available in the skeleton-bower-package (I also try version 2.0.4). The second file are not present in the MoA repository.

Cool-and-Deadly commented 9 years ago

Did you follow all instructions in the "Getting Started" section? The "bower install" command should provide the css ..

For addresses.html I also get the same error. I assume the file is not being used anymore but still being referenced in the index.html ..

danielkoch commented 9 years ago

I did yes. I think Skeleton is not in use (anymore). I created for no. 1 a pull-request and removed it from the project. Maybe we can remove addresses.html too.