Urigo / angular-spinkit

SpinKit (http://tobiasahlin.com/spinkit/) spinners for AngularJS
MIT License
189 stars 36 forks source link

angular-spinkit installed into incorrect directory for grunt to locate angular-spinkit.js file #12

Closed Shawful closed 9 years ago

Shawful commented 10 years ago

Hello,

Details on this error are explained in the comment linked below and my steps to reproduce are explained in a question I placed to both the grunt and yeoman projects. Both of the links are below.

I suggest we modify the "main": ["build/angular-spinkit.js", "build/angular-spinkit.min.css"], line of code (on line 8) in the bower.json file for the project. I believe we need to have the build folder removed from the paths in line 8 to resolve the issue, but I will not be certain until we have tested this.

Comment on the Addition of angular-spinkit.js to a Build Folder https://github.com/Urigo/angular-spinkit/commit/d2553c183e45d2dd1e7267cde3dfd28de1dc81cd

Issue Posed to Grunt Developres (which is actually an angular-spinkit bug) https://github.com/yeoman/generator-angular/issues/851#issuecomment-55559964

Urigo commented 9 years ago

@Shawful I've updated the path in the bower.json file.

Can you see if it works for you as expected? Thanks

Urigo commented 9 years ago

@Shawful I'm closing this. if it still happens to you please re-open it. Thank you so much for reporting.