Building Lighting from an umbrella app gives this error on $ mix tailwind default --minify:
Error: Failed to find '../../deps/petal_components/assets/default.css'
in [
/home/rogerio/Workspace/openfn/umbrella/apps/lightning/assets/css
]
at /snapshot/tailwindcss/node_modules/postcss-import/lib/resolve-id.js:35:13
at async LazyResult.runAsync (/snapshot/tailwindcss/node_modules/postcss/lib/lazy-result.js:396:11)
at async build (/snapshot/tailwindcss/lib/cli/build/index.js:49:9)
** (Mix) `mix tailwind default --minify` exited with 1
The cause is this hardcoded path:
./apps/lightning/assets/css/app.css:6:@import '../../deps/petal_components/assets/default.css';
Building Lighting from an umbrella app gives this error on
$ mix tailwind default --minify
:The cause is this hardcoded path:
./apps/lightning/assets/css/app.css:6:@import '../../deps/petal_components/assets/default.css';
Version number
2.0.0
I have reproduced this locally on main:
To Reproduce
mix setup
on the umbrella rootmix assets.deploy