Leandro Pereira
Leandro Pereira
Instead of requiring the config file to have a EEx placeholder, we can use elixir_bun to resolve the config at runtime. https://tailwindcss.com/docs/configuration#referencing-in-java-script
The [`beacon_site` macro](https://github.com/BeaconCMS/beacon/blob/544ca030a8ea804607bcff93dfba81e475165429/lib/beacon/router.ex#L80) injects the following catch-all route into the host app router: ```elixir live "/*path", BeaconWeb.PageLive, :path ``` Which makes it hard to mix and match beacon pages with...
Depends on https://github.com/BeaconCMS/beacon/pull/350
https://github.com/BeaconCMS/beacon_live_admin/issues/111#issuecomment-2052654302
https://github.com/BeaconCMS/beacon_live_admin/issues/111#issuecomment-2052659296
https://github.com/BeaconCMS/beacon_live_admin/issues/111#issuecomment-2040299430
A meta issue to keep track of actionable feedback from the recent released Visual Page Builder ## v0.1 (by priority) - [x] BeaconCMS/beacon_live_admin#155 - [x] BeaconCMS/beacon_live_admin#154 - [x] BeaconCMS/beacon#506 -...
Currently the Visual Page Builder doesn't support requiring Tailwind plugin modules, eg: ```js let plugin = require('tailwindcss/plugin') ``` But since that's very common practice, we have to fix it. Ref...