We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running bin/bridgetown plugins list command, the registered plugins count is wrong.
bin/bridgetown plugins list
Bridgetown Version: 1.2.0
To Reproduce
Current behavior
init (Initializer) is excluded from the list of registered plugins, but is included in the plugin count.
init (Initializer)
❯ bin/bridgetown plugins list Registered Plugins: 4 dotenv (Initializer) parse_routes (Initializer) ssr (Initializer) Builders: 0 ---- Converters: 6 Bridgetown::Converters::SerbeaTemplates Bridgetown::Converters::RubyTemplates Bridgetown::Converters::LiquidTemplates Bridgetown::Converters::ERBTemplates Bridgetown::Converters::Markdown Bridgetown::Converters::Identity ---- Generators: 2 Bridgetown::PrototypeGenerator Bridgetown::Paginate::PaginationGenerator
Expected behavior
init (Initializer) must be excluded from the plugin count.
❯ bin/bridgetown plugins list Registered Plugins: 3 dotenv (Initializer) parse_routes (Initializer) ssr (Initializer) Builders: 0 ---- Converters: 6 Bridgetown::Converters::SerbeaTemplates Bridgetown::Converters::RubyTemplates Bridgetown::Converters::LiquidTemplates Bridgetown::Converters::ERBTemplates Bridgetown::Converters::Markdown Bridgetown::Converters::Identity ---- Generators: 2 Bridgetown::PrototypeGenerator Bridgetown::Paginate::PaginationGenerator
Computing environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When running
bin/bridgetown plugins list
command, the registered plugins count is wrong.Bridgetown Version: 1.2.0
To Reproduce
bin/bridgetown plugins list
Current behavior
init (Initializer)
is excluded from the list of registered plugins, but is included in the plugin count.Expected behavior
init (Initializer)
must be excluded from the plugin count.Computing environment (please complete the following information):
The text was updated successfully, but these errors were encountered: