Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Nov 9, 2023
1 parent ccba9dc commit 7db0a11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ Depending on your Decidim version, choose the corresponding Awesome version to e
| 0.5.x | 0.21.x, 0.22.x |

> *Heads up!*
> * version 0.10.0 requires database migrations! Don't forget the migrations step when updating.
> * version 0.8.0 removes CSS Themes for tenants. If you have been using them you will have to manually migrate them to custom styles.
> * version 0.8.0 uses ActiveStorage, same as Decidim 0.25. 2 new rake task have been introduced to facilitate the migration: `bin/rails decidim_awesome:active_storage_migrations:check_migration_from_carrierwave` and
`bin/rails decidim_awesome:active_storage_migrations:migrate_from_carrierwave`
Expand Down
6 changes: 5 additions & 1 deletion lib/tasks/decidim_awesome_upgrade_tasks.rake
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# frozen_string_literal: true

Rake::Task["decidim:upgrade"].enhance do
Rake::Task["decidim:webpacker:install"].enhance do
Rake::Task["decidim_decidim_awesome:webpacker:install"].invoke
end

Rake::Task["decidim:webpacker:upgrade"].enhance do
Rake::Task["decidim_decidim_awesome:webpacker:install"].invoke
end

0 comments on commit 7db0a11

Please sign in to comment.