Geovation / labelgun

🏷️ reducing label clutter across mapping libraries
https://geovation.github.io/labelgun/
113 stars 10 forks source link

Add /dist directory with compiled file #11

Closed tomchadwin closed 7 years ago

tomchadwin commented 7 years ago

In other words, place https://unpkg.com/labelgun@0.1.1/lib/labelgun.min.js in a /dist directory. Updating it can probably be automated with eg Paver or some such tool.

tomchadwin commented 7 years ago

it can probably be automated with eg Paver

Or perhaps with your existing webpack job.

JamesLMilner commented 7 years ago

Hi @tomchadwin I think what you're looking for is in the lib directory. Might be worth changing the lib folder to dist? I'll have a think

tomchadwin commented 7 years ago

blush. Er, yeah. That.

I guess minified could go in/dist, and leave unminified in /lib.