-
Greetings, First off, thanks a ton for this gem! It has/will help(ed) us immensely! I'm trying to introduce this one pack at a time, but am finding that when |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi Cody! Yes, this is something that should just work (haven't heard of this issue before). Normally I'd suggest debugging the rake tasks for Vite Ruby and Webpacker, to understand what might be causing this behavior in your setup. You can also try disabling the extension of |
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
Hi Cody!
Yes, this is something that should just work (haven't heard of this issue before). Normally
assets:precompile
would continue to run as usual, as it's extended if defined, not overriden.I'd suggest debugging the rake tasks for Vite Ruby and Webpacker, to understand what might be causing this behavior in your setup.
You can also try disabling the extension of
assets:precompile
and runvite:build
manually if that's preferable in your setup.