-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Cleans up and refreshes generated website resources #1998
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@claudiopro has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Nice catch that we were loading the non-minified JS on the website.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@claudiopro is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@claudiopro is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
…1998) Summary: **Summary** Cleans up unused website resources from before the migration to Docusaurus, and makes sure static website resources are generated and refreshed at every build. **Test Plan** ``` yarn cd website yarn build yarn start ``` Website loads and pages contain the expected content. Pull Request resolved: facebookarchive#1998 Reviewed By: niveditc Differential Revision: D14004275 Pulled By: niveditc fbshipit-source-id: 2d0afaf448ae5d1c6f9f6915e530c50c983135d1
Summary: **Summary** Cleans up unused website resources from before the migration to Docusaurus, and makes sure static website resources are generated and refreshed at every build. **Test Plan** ``` yarn cd website yarn build yarn start ``` Website loads and pages contain the expected content. Pull Request resolved: facebookarchive/draft-js#1998 Reviewed By: niveditc Differential Revision: D14004275 Pulled By: niveditc fbshipit-source-id: 2d0afaf448ae5d1c6f9f6915e530c50c983135d1
Summary: **Summary** Cleans up unused website resources from before the migration to Docusaurus, and makes sure static website resources are generated and refreshed at every build. **Test Plan** ``` yarn cd website yarn build yarn start ``` Website loads and pages contain the expected content. Pull Request resolved: facebookarchive/draft-js#1998 Reviewed By: niveditc Differential Revision: D14004275 Pulled By: niveditc fbshipit-source-id: 2d0afaf448ae5d1c6f9f6915e530c50c983135d1
Summary
Cleans up unused website resources from before the migration to Docusaurus, and makes sure static website resources are generated and refreshed at every build.
Test Plan
Website loads and pages contain the expected content.