Skip to content

Commit aafc75d

Browse files
nbumbargerhale
authored andcommitted
Change GitHub Mapbox.js branch in Rakefile from 'v2' to current default branch, 'mb-pages'
1 parent 27d6365 commit aafc75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)