We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb575a commit 4bcfcb6Copy full SHA for 4bcfcb6
scripts/build.sh
@@ -5,4 +5,4 @@ mkdir -p dist
5
browserify src/index.js -t browserify-shim -t es3ify --standalone leaflet-control-geocoder | derequire >dist/Control.Geocoder.js
6
cp -a Control.Geocoder.css images/ dist/
7
8
-browserify test/browserify.js -o test/bundle.js
+#browserify test/browserify.js -o test/bundle.js
0 commit comments