Actions
Defect #40204
closed`rake redmine:plugins` fails with the error "Don't know how to build task 'redmine:plugins:assets'"
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
$ bin/rake redmine:plugins
rake aborted!
Don't know how to build task 'redmine:plugins:assets' (See the list of available tasks with `rake --tasks`)
Did you mean? redmine:plugins:test
redmine:plugins:migrate
redmine:plugins:test:ui
/path/to/redmine/lib/tasks/redmine.rake:74:in `block (2 levels) in <top (required)>'
Tasks: TOP => redmine:plugins
(See full trace by running task with --trace)
Related issues
Updated by Marius BĂLTEANU almost 2 years ago
- Related to Feature #39111: Enable Asset Pipeline Integration using Propshaft added
Updated by Marius BĂLTEANU almost 2 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Fixed, thanks!
Actions