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 27d6365 commit aafc75dCopy full SHA for aafc75d
Rakefile
@@ -5,7 +5,7 @@ require File.expand_path('../lib/mapbox-rails/remote_resource_loader', __FILE__)
5
desc "Update with MapBox's Mapbox.js Library"
6
task 'update-mapbox' do |task, args|
7
remote = args['remote'] || 'https://github.com/mapbox/mapbox.js'
8
- branch = args['branch'] || 'v2'
+ branch = args['branch'] || 'mb-pages'
9
loader = RemoteResourceLoader.new
10
loader.fetch
11
loader.convert
0 commit comments