Skip to content

Commit ec967c3

Browse files
committed
Push to v0.6.4-dev
1 parent ab9b4c8 commit ec967c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ echo "Minifying mapbox.min.js"
5555
echo "Concatenating mapbox.css..."
5656
cat 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

6060
mkdir "dist/$TAG"
6161

6262
# bake a release
6363
cp mapbox.min.js "dist/$TAG/mapbox.js"
6464
cp mapbox.js "dist/$TAG/mapbox.uncompressed.js"
65-
cp mapbox.min.css "dist/$TAG/mapbox.css"
65+
cp mapbox.css "dist/$TAG/mapbox.css"
6666
cp node_modules/wax/theme/map-controls.png "dist/$TAG/map-controls.png"
6767

6868
set -- `wc -c mapbox.min.js`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

0 commit comments

Comments
 (0)