Skip to content

Commit

Permalink
Saving before plugin changes. Cartodb-leaflet plugin update
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxmele committed Aug 22, 2012
1 parent ce14a8b commit 213e3e9
Show file tree
Hide file tree
Showing 43 changed files with 157 additions and 122 deletions.
1 change: 0 additions & 1 deletion Vizzuality-cartodb-leaflet-d362dc2/.gitignore

This file was deleted.

This file was deleted.

2 changes: 2 additions & 0 deletions Vizzuality-cartodb-leaflet-fe6548b/.gitignore
@@ -0,0 +1,2 @@
.DS_Store
node_modules
14 changes: 14 additions & 0 deletions Vizzuality-cartodb-leaflet-fe6548b/Makefile
@@ -0,0 +1,14 @@

UGLIFYJS = ./node_modules/.bin/uglifyjs

dist: dist/cartodb-leaflet-min.js

dist/cartodb-leaflet-min.js:
$(UGLIFYJS) dist/cartodb-leaflet.js > dist/cartodb-leaflet-min.js

clean:
rm -rf dist/cartodb-leaflet-min.js


PHONY: clean

@@ -1,3 +1,6 @@
[v 0.51]
- Bug related to unbind interaction fixed.

[v 0.50]
- Bug related to iPad clientX and clientY position fixed.

Expand Down

0 comments on commit 213e3e9

Please sign in to comment.