Is it possible to do a template-only upgrade? #18919
Unanswered
jagthedrummer
asked this question in
Help
Replies: 3 comments
This comment was marked as low quality.
This comment was marked as low quality.
-
|
I have the same problem. I think it's quite common to have html templates for django, rails etc where the frontend package.json is in a different directory |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I work on a project that is more-or-less just a collection of
.html.erbtemplates that are intended to be used within a Rails project that has tailwind installed. None of the normal config files exist in this project, so when I run the upgrade tool it immediately complains about the missing files and then exists. Is there a way to tell the upgrade tool to skip all of the config migration bits and to only update a directory full of templates from the old syntax to the new syntax?Beta Was this translation helpful? Give feedback.
All reactions