File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ echo "Minifying mapbox.min.js"
5555echo " Concatenating mapbox.css..."
5656cat node_modules/markers/dist/markers.css \
5757 node_modules/wax/theme/controls.css \
58- theme/mapbox.css > mapbox.min. css
58+ theme/mapbox.css > mapbox.css
5959
6060mkdir " dist/$TAG "
6161
6262# bake a release
6363cp mapbox.min.js " dist/$TAG /mapbox.js"
6464cp mapbox.js " dist/$TAG /mapbox.uncompressed.js"
65- cp mapbox.min. css " dist/$TAG /mapbox.css"
65+ cp mapbox.css " dist/$TAG /mapbox.css"
6666cp node_modules/wax/theme/map-controls.png " dist/$TAG /map-controls.png"
6767
6868set -- ` wc -c mapbox.min.js`
Original file line number Diff line number Diff line change 22 "author" : " MapBox" ,
33 "name" : " mapbox.js" ,
44 "description" : " mapbox javascript api" ,
5- "version" : " 0.6.4" ,
5+ "version" : " 0.6.4-dev " ,
66 "homepage" : " http://mapbox.com/" ,
77 "repository" : {
88 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments