Closed alexpaluzzi closed 10 years ago
@alexpaluzzi can a user lock their buildpack to a specific branch or tag in git? if so, let's branch for < Dart 1.3 and keep master working with latest Dart.
@sethladd Yes they can. PR sent. Documentation to use a specific branch is here: https://devcenter.heroku.com/articles/buildpacks#using-a-custom-buildpack
ah, great. So we should feel confident to push ahead on master only supporting Cedar 14.
What's the plan? Should I create a branch for Cedar 10?
I like your idea of just supporting Cedar-14 by default (via master). If we want to also support Cedar 10 we should branch off.
Fixed. Thanks for pointing this out!
Works great in SDK ~1.2 but fails in later versions.
Works great in newer versions, but fails in ~1.3.
Do we assume latest or check to see if /web/ exists first?