Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Untracked website/static/css/ when running yarn #2304

Closed
lukyth opened this issue Jan 14, 2020 · 2 comments
Closed

Untracked website/static/css/ when running yarn #2304

lukyth opened this issue Jan 14, 2020 · 2 comments
Labels
website Issues related to Draft.js website

Comments

@lukyth
Copy link
Contributor

lukyth commented Jan 14, 2020

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 file website/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)

@claudiopro
Copy link
Contributor

claudiopro commented Jan 18, 2020

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:

https://github.com/facebook/draft-js/blob/b051fc1b39a809e0575fb585ff7fd626aae321f6/gulpfile.js#L258-L262

@claudiopro claudiopro added the website Issues related to Draft.js website label Jan 18, 2020
@lukyth
Copy link
Contributor Author

lukyth commented Jan 18, 2020

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.
Labels
website Issues related to Draft.js website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants