vite-asset-collector icon indicating copy to clipboard operation
vite-asset-collector copied to clipboard

Bundle your TYPO3 frontend assets with Vite

Results 15 vite-asset-collector issues
Sort by recently updated
recently updated
newest added

Previously, individual asset uris could only be resolved if there was a valid manifest file. Now, the resource.vite ViewHelper uses the vite dev server when it's active. Resolves #52

```html ``` Currently with this VH, the font is always pulled from manifest.

Hello Simon after T3 Camp zurich I gave it a go with this cool extension. Thank you very much. However after running "ddev npm exec vite build" I have in...

`` should be ``. The intention was to stay consistent with TYPO3 VH naming... well, this didn't work apparently. :)

Hello, I've came across better solution to inline css automatically via `` viewhelper, so we can use the `manifest.json` file and still be able to include css file as inline...

For example: * Paths in SCSS files * Fluid Styleguide integration * Backend integration * Multiple entrypoints and code splitting

There should be an "advanced" option to define multiple dev server configurations and to mix pre-built assets with dev server. For example: ```php [ 'EXT:sitepackage/Resources/Public/Vite/.vite/manifest.json' => [ 'useDevServer' => true,...

It is possible to load additional CSS files for the TYPO3 backend interface via regular $TYPO3_CONF_VARS settings in a settings.php file of a project (previously known as LocalConfiguration.php) file or...

I just started refactoring my setup using this extension which is going quite well so far. All common/global scrips and packages I referenced in the `app.js`, so far so good....

I have a custom extension. In the layout html of the extension the assets are loaded. ` ` Then I have in the editAction a form, which is displayed correctly...