mapshakers / leaflet-icon-pulse

Leaflet pulsing icon plugin.
MIT License
207 stars 69 forks source link

Added a Gobble build system to work with sane CSS. Plus, bower.json. #1

Closed IvanSanchez closed 9 years ago

IvanSanchez commented 9 years ago

I like this Leaflet plugin a lot, but personally there are a couple of things I need to work with it in my code. One of them is using sane CSS without spurious vendor prefixes (thanks, autoprefixer!). The other is make a bower package for easier integration into big apps.

filipzava commented 9 years ago

Thanks Ivan for code cleanup! ;)

IvanSanchez commented 9 years ago

Thanks for the merge :-)

I forgot to mention that this adds the need for running npm install when cloning the repo to get the dist/ files, and that releases here should have the dist/ files, but the master branch in the repo shouldn't (bower's best practices).