β«Upgrade guide
How to upgrade your PetalPro project to the latest versions
2.2 -> 3.0
- {:tailwind, "~> 0.2", runtime: Mix.env() == :dev}
+ {:tailwind, "~> 0.3", runtime: Mix.env() == :dev}config :tailwind,
- version: "3.3.3",
+ version: "4.1.11",
default: [
args: ~w(
- --config=tailwind.config.js
- --input=css/app.css
- --output=../priv/static/assets/app.css
+ --input=assets/css/app.css
+ --output=priv/static/assets/app.css
),
- cd: Path.expand("../assets", __DIR__)
+ cd: Path.expand("..", __DIR__)
]Updated app.css
2.0 -> 2.2
1.8 -> 2.0
1.6 -> 1.7
1.5.2
Updating Petal Framework
Updating the boilerplate code
Option 1 - Copy your files into a fresh project
Option 2 - Using git branches
Option 3 - Rebasing
Option 4 - Attempt a git merge
Option 6 - Use a diffing tool like Araxis merge
Last updated
Was this helpful?
