ebrelsford / Leaflet.loading

A simple loading control for Leaflet
MIT License
143 stars 49 forks source link

Missing .css file in bower.json definition #36

Closed magrossi closed 8 years ago

magrossi commented 8 years ago

In bower.json it should be:

  "main": [
    "src/Control.Loading.css",
    "src/Control.Loading.js"
  ],

Instead of: "main": "src/Control.Loading.js",

magrossi commented 8 years ago

I created a pull request related to this. Thanks for the great control!

ebrelsford commented 8 years ago

Thanks for the PR--merged. I don't currently use bower so if there are other ways to improve the bower.json please let me know.

magrossi commented 8 years ago

Thanks for the super fast response! :)