-
Notifications
You must be signed in to change notification settings - Fork 29
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
Webpacker support #6
Comments
how could i use it together with webpacker? |
@trnthanhtu Unfortunately it's currently not supported by this gem. You'll need to do it manually if you require webpacker support — or better yet, submit a pull request 😉 |
by manually you mean park the assets in vendor and not use the gem? |
@acprsadmin You could manually install Trix with yarn and then include it in your |
Ok i parked trix.css in app/assets/stylesheets and trix.js in app/assets/javascripts //= require trix in application.js I disabled the gem. i get this error... same thing if i use straight css links in header and script link in bottom of page any ideas. |
or should it use the trix.scss and trix coffee file under basecamp/trix/assets directly rather than the /dist directory. |
also what is the command to install trix with yarn? thanks |
@acprsadmin I'm not sure why you're encountering those errors. Just to clarify, if you manually added the files to This issue tracker is for bugs and feature requests relating to this gem specifically. If you're running into an issue installing the gem as described in the README, please open a new issue and describe the problem in as much detail as possible. For other issues relating to Trix (including installation), please refer to the official Trix repo or post questions to Stack Overflow. |
It'd be nice to use this library with Webpacker in addition to the asset pipeline.
The text was updated successfully, but these errors were encountered: