Skip to content

Commit 3c99755

Browse files
authored
Merge pull request #25 from opencounter/v2.3.0
V2.3.0 + dev changes from other open pulls
2 parents faa06fe + 7bb5477 commit 3c99755

File tree

5 files changed

+842
-559
lines changed

5 files changed

+842
-559
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require File.expand_path('../lib/mapbox-rails/remote_resource_loader', __FILE__)
55
desc "Update with MapBox's Mapbox.js Library"
66
task 'update-mapbox' do |task, args|
77
remote = args['remote'] || 'https://github.com/mapbox/mapbox.js'
8-
branch = args['branch'] || 'v2'
8+
branch = args['branch'] || 'mb-pages'
99
loader = RemoteResourceLoader.new
1010
loader.fetch
1111
loader.convert

0 commit comments

Comments
 (0)