You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
The command should generate erb code by default or provide a parameter to set the template language. The accecpted version should include 2.0.
The text was updated successfully, but these errors were encountered:
Thanks for mentioning this @surrim. There's always a bit of a lag time between when the first betas go out and the new plugin repo is updated for final release. This has been on my personal todo list but it's good to track it an issue publicly. 👍
bridgetown plugins new
seems to produce old code:Bridgetown Version:
bridgetown 2.0.0.beta2 "(TBD!)"
To Reproduce
bridgetown plugins new test tail test/test.gemspec
Current behavior
The command builds a plugin based on old standards and excludes Bridgetown 2.x. For example it uses Liquid instead of ERB:
Expected behavior
The command should generate erb code by default or provide a parameter to set the template language. The accecpted version should include 2.0.
The text was updated successfully, but these errors were encountered: