Replies: 1 comment 1 reply
-
That isn't supported currently. Note that even when not compiling, in production mode, assets are cached just like any other template, so they aren't recompiled every request (and in development mode, they are also cached, but there is check every request to see if the template has been modified). You could try using non-compiled mode and seeing if that works for you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is it possible to not concatenate assets when compiling? I want to try importmaps, and serve every file separately.
Beta Was this translation helpful? Give feedback.
All reactions