Jack Wilkinson
Jack Wilkinson
@LukeTowers what else is required for this to be merged? Just wasted 5 minutes debugging because I thought it was already merged :joy: :cry:
> @jaxwilko any input? You can use `Snowboard.flash()` to trigger the flash messaging, I believe it's available in the backend. Apart from that looks cool, I'll check it out and...
@bennothommo > - Perhaps we could add *:build and *:dev command aliases to *:compile and *:watch commands, respectively. Both terms are more commonly used for JS libraries. 100% agree, makes...
I don't think vite will play ball, unless we only enable vite for themes and not plugins (which was my first thought before I was able to get plugins working...
@LukeTowers @bennothommo the param ordering for `getPackages()` has been swapped. I've also added some extra helpers to `CompilableAssets` & `PackageJson` to simplify logic in some commands.
@bennothommo had a thought, what if we swap the "base path thing" for the package name, i.e. `theme-example` or `winter.test`, then resolve the base via `CompilableAssets`. That way it makes...
I've put together a simple testing guide to try out vite + the new config command. Set up a testing plugin, configure it and add stubs: ```bash ./artisan create:plugin Example.Test...
I've added a helper so you can run vite in the backend too. ```php ```
Relies on: https://github.com/wintercms/storm/pull/183
I've tested this with an existing theme in a completed project, it functioned as expected, however as that project uses https by default it caused some mixed content issues. This...