rubenspgcavalcante / leaflet-ant-path

🌿🐜 Creates a leaflet polyline with a 'ant-path' animated flux
http://rubenspgcavalcante.github.io/leaflet-ant-path
MIT License
467 stars 80 forks source link

There is no dist version of this package #13

Closed geekplux closed 8 years ago

geekplux commented 8 years ago

There is no dist version of this package installed by npm or downloaded from GitHub... so that I have to run gulp pack by myself.

Thank your nice code but please release a dist. Thanks

rubenspgcavalcante commented 8 years ago

Strange, here after the npm install, the build task 'pack' has been triggered and after that, the dist is outputed. If you download directly you will need to build, because this repository is based to be a npm module, and the build is made after 'npm install' (differently from bower, and which you can download here).

Can you paste the output after you do a 'npm install leaflet-ant-path'?

geekplux commented 8 years ago

using the cnpm instand of npm just because of GFW of China...so this might be the key to problem?

screen shot 2016-08-01 at 22 27 26
rubenspgcavalcante commented 8 years ago

Probably yes. The common behavior of a npm module is to run command declared in the "scripts.install" property of package.json. Can you confirm this with the cnpm team? I'll close this issue for now, but if isn't a problem of cnpm itself, I can open again.

install-ouput

geekplux commented 8 years ago

thanks!

geekplux commented 8 years ago

fixed. thanks again.