[Pkg-javascript-commits] [leaflet-markercluster] 38/219: Added css and changed to non-minified js in bower spec
Jonas Smedegaard
dr at jones.dk
Sat May 7 09:39:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit 057931fe8814c4a425f376899cd185844a7a7dce
Author: Emil Janitzek <emil at pixel2.se>
Date: Thu May 8 23:55:27 2014 +0200
Added css and changed to non-minified js in bower spec
---
bower.json | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/bower.json b/bower.json
index e576414..80dc6cf 100644
--- a/bower.json
+++ b/bower.json
@@ -6,7 +6,11 @@
"Dave Leaver <danzel at localhost.geek.nz>"
],
"description": "Marker Clustering plugin for Leaflet.",
- "main": "dist/leaflet.markercluster.js",
+ "main": [
+ "dist/leaflet.markercluster-src.js",
+ "dist/MarkerCluster.css",
+ "dist/MarkerCluster.Default.css"
+ ],
"license": "MIT",
"ignore": [
"**/.*",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git
More information about the Pkg-javascript-commits
mailing list