Skip to content

Commit

Permalink
remove blockquote since textlint does not recognize urls in there
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrasch committed Oct 24, 2024
1 parent 2f05345 commit 567e16d
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions src/content/blog/working-with-vite-in-ddev.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,24 +451,22 @@ Example repositories:

[Andrew Morton](https://github.com/mortona42) gave some information about the current state, thanks very much!

> Vite module: https://www.drupal.org/project/vite
>
> This uses Vite's manifest.json to map enabled Drupal library files to the compiled versions in /dist, or to the vite server in dev mode.
>
> Here is a theme I contributed, with instructions for how to set it up with DDEV in the readme files. I'm trying to detail all the configuration possibilities we might need, with defaults that should work out of the box.
>
> https://www.drupal.org/project/unocss_starter (uses Vite)
>
> I'm blogging about the process here: https://www.drupalarchitect.info/projects/unocss-starter-theme
>
> There are a handful of devs working on using Vite to bundle assets multiple modules/themes in Drupal. Looks like Vite and Foxy are becoming the leading solutions.
>
> https://www.drupal.org/project/foxy
>
> Working POC: https://github.com/darvanen/drupal-js
>
> I think we'll be seeing a lot of new things in
this area over the next year.
- Vite module: https://www.drupal.org/project/vite

This uses Vite's manifest.json to map enabled Drupal library files to the compiled versions in /dist, or to the vite server in dev mode.

Here is a theme I contributed, with instructions for how to set it up with DDEV in the readme files. I'm trying to detail all the configuration possibilities we might need, with defaults that should work out of the box.

- https://www.drupal.org/project/unocss_starter (uses Vite)

I'm blogging about the process here: https://www.drupalarchitect.info/projects/unocss-starter-theme

There are a handful of devs working on using Vite to bundle assets multiple modules/themes in Drupal. Looks like Vite and Foxy are becoming the leading solutions.

- https://www.drupal.org/project/foxy
- Working POC: https://github.com/darvanen/drupal-js

I think we'll be seeing a lot of new things in this area over the next year.

#### Laravel

Expand Down

0 comments on commit 567e16d

Please sign in to comment.