Skip to content

Commit

Permalink
docs: separate optional precompile step for production
Browse files Browse the repository at this point in the history
  • Loading branch information
pl-buiquang committed Jan 10, 2025
1 parent e215302 commit 8cab3fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,13 @@ And then execute:
bundle
bin/rails decidim:upgrade
bin/rails db:migrate
bin/rails assets:precompile
```

> In production mode you must also precompile the assets:
> ```
> bin/rails assets:precompile
> ```
Go to `yourdomain/admin/decidim_awesome` and start tweaking things!
> **EXPERTS ONLY**
Expand Down

0 comments on commit 8cab3fc

Please sign in to comment.