trix.css missing in bower installation
- Dominant language
- JavaScript
- Stars
- 20k
- Forks
- 1.1k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 13
Description
Describe the bug or issue here…
Using `bower install` with `angular-trix` leads to failure because of dependency on `trix.css`. `bower_components` does not include `trix/dist/trix.css`. I am not sure if it was removed recently.
Related Stackoverflow Issue:
https://stackoverflow.com/questions/74487591/how-to-add-trix-css-when-it-is-removed-after-pruning
I believe this is because of the version update, as the latest version does not contain the `dist/trix.css`. Can you please help me with the correct replacement for it?
Thanks!
##### Steps to Reproduce
1. Create a `bower.json` with `angular-trix` included in the packages.
2. Run `bower install --allow-root`.
3. See that the `bower_components/trix` does not include a `dist` directory at all.
##### Details
* Trix version:
* Browser name and version:
* Operating system:
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the installation from the bower.json setup described in the issue and inspect bower_components/trix, especially whether trix/dist/trix.css exists. Compare the installed Trix package version with the angular-trix dependency; done means the installation provides the required stylesheet or clearly identifies its supported replacement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100