Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix install command to import Trix JS module and stop publishing the CSS file in favor of the styles component #45

Merged
merged 3 commits into from
Mar 2, 2024

Conversation

tonysm
Copy link
Owner

@tonysm tonysm commented Mar 1, 2024

Changed

  • The install command now should correctly import the Trix JS module by appending it to one of the entrypoint modules (either resources/js/index.js or resources/js/app.js)
  • Remove the CSS file being published, we are now favoring the Trix styles component
  • Adds the same tweaks ActionText does for the custom element when using image attachments with sgdis to the end of the styles component

closes #43
closes #44

@tonysm tonysm merged commit 3782fbd into main Mar 2, 2024
13 checks passed
@tonysm tonysm deleted the tm/fix-install-script branch March 2, 2024 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the Trix module import statement line Remove the published CSS file
1 participant