hakimel / Ladda

Buttons with built-in loading indicators.

Home Page:http://lab.hakim.se/ladda/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add spin.js as dependency in package.json

rafi opened this issue · comments

Something like this:

"dependencies": {
  "spin": "~1.3.0"
},
"volo": {
  "url": "https://raw.github.com/hakimel/Ladda/{version}/js/ladda.js",
  "dependencies": {
    "spin": "fgnass/spin.js/~1.3"
  }
},

spin.js is listed as a dependency in package.json, so I don't think this issue is relevant anymore.