mapshakers / leaflet-icon-pulse

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

Removal of postinstallation using Gobble to autoprefix #16

Closed peaspls closed 6 years ago

peaspls commented 6 years ago

Arguments for removal of Gobble dependency:

  1. We want as few dependencies as possible.
  2. Doing autoprefixing with the current gobble config does nothing but remove the -webkit-border-radius from .leaflet-pulsing-icon:after. By removing it our selfs autoprefixer is not needed in this case.
  3. Calling gobble in postinstallation when building an out of the box docker image (node:9) causes build errors because of gobble.

Notes: I have simply copied the src files to the dist folder so the path stays the same.