This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Untracked website/static/css/ when running yarn #2304
Labels
website
Issues related to Draft.js website
Comments
Good catch @lukyth ! This has been nagging me for a few days. It's a remainder from the migration to Docusaurus 2 and should be deleted. Would you be willing to contribute a PR? That file is generated by a gulp task: |
Sure I'd love to try! :D |
mmissey
pushed a commit
to mmissey/draft-js
that referenced
this issue
Mar 24, 2020
…karchive#2308) Summary: **Summary** Run yarn on the current master will produce an untracked file `website/static/css/Draft.css`. It's a remainder from the migration to Docusaurus 2 and should be deleted. This will fix facebookarchive#2304 **Test Plan** I ran `cd website && yarn && yarn start` and the doc website works fine locally. Pull Request resolved: facebookarchive#2308 Reviewed By: claudiopro Differential Revision: D19519361 Pulled By: mrkev fbshipit-source-id: 7ea79dbfeb98f7dddba7d8fccc3cfc4708990788
vilemj-Viclick
pushed a commit
to kontent-ai/draft-js
that referenced
this issue
Jul 16, 2020
…karchive#2308) Summary: **Summary** Run yarn on the current master will produce an untracked file `website/static/css/Draft.css`. It's a remainder from the migration to Docusaurus 2 and should be deleted. This will fix facebookarchive#2304 **Test Plan** I ran `cd website && yarn && yarn start` and the doc website works fine locally. Pull Request resolved: facebookarchive#2308 Reviewed By: claudiopro Differential Revision: D19519361 Pulled By: mrkev fbshipit-source-id: 7ea79dbfeb98f7dddba7d8fccc3cfc4708990788
alicayan008
pushed a commit
to alicayan008/draft-js
that referenced
this issue
Jul 4, 2023
Summary: **Summary** Run yarn on the current master will produce an untracked file `website/static/css/Draft.css`. It's a remainder from the migration to Docusaurus 2 and should be deleted. This will fix facebookarchive/draft-js#2304 **Test Plan** I ran `cd website && yarn && yarn start` and the doc website works fine locally. Pull Request resolved: facebookarchive/draft-js#2308 Reviewed By: claudiopro Differential Revision: D19519361 Pulled By: mrkev fbshipit-source-id: 7ea79dbfeb98f7dddba7d8fccc3cfc4708990788
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Do you want to request a feature or report a bug?
Probably feature (improvement)
What is the current behavior?
Run
yarn
on the current master will produce this untracked filewebsite/static/css/
.What is the expected behavior?
website/static/css/
should be either ignored or commited.Which versions of Draft.js, and which browser / OS are affected by this issue? Did this work in previous versions of Draft.js?
v0.11.4 (https://github.com/facebook/draft-js/tree/ad8374d278507ae73dceffd9bbbcede398f849e3)
The text was updated successfully, but these errors were encountered: