Commit Graph

23 Commits

Author SHA1 Message Date
Nikolai Tillmann
deda70726d Update README to reflect current project status.
Summary: Pull Request resolved: https://github.com/facebook/prepack/pull/2621

Differential Revision: D13553330

Pulled By: NTillmann

fbshipit-source-id: 71b66a97f9243ecfa68fc108cb3243d8cd5200f4
2018-12-27 11:07:50 -08:00
Nikolai Tillmann
c9fc143f5b Adding raw Prepack Logo assets (#2189)
Summary:
Release notes: We got a logo!

Updating README to include logo.
Will create an issue to update website accordingly.
Closes https://github.com/facebook/prepack/pull/2189

Differential Revision: D8725906

Pulled By: NTillmann

fbshipit-source-id: 2f9b3b1d4afbd4fc42f137fcda9e4edac390d272
2018-07-03 12:45:47 -07:00
Guru107
2f470b319c Add the right command in README to generate prepack.min.js (#2200)
Summary:
Release note: none

`yarn build-bundle` needs `lib` directory present else it breaks.
Closes https://github.com/facebook/prepack/pull/2200

Differential Revision: D8725631

Pulled By: hermanventer

fbshipit-source-id: d577b4cf6de2b29a2f5fc7a8b1ba2dc36694c9db
2018-07-03 11:56:09 -07:00
Antony Jones
cede566f2a Add parcel plugin to readme
Summary: Closes https://github.com/facebook/prepack/pull/2080

Differential Revision: D8247440

Pulled By: trueadm

fbshipit-source-id: 181a78bb68853e81eab0a231f73da3d666571ed3
2018-06-02 12:46:36 -07:00
Victor Hom
7e3209b701 add reading wiki link to places
Summary:
Release Note: none

I just wanted to add the reading links as suggested in #1887

arrived to the wiki from Twitter -> the issue -> to the Wiki :)

Let me know if you want the copy updated and shifted around anywhere.
Closes https://github.com/facebook/prepack/pull/1948

Differential Revision: D7985678

Pulled By: NTillmann

fbshipit-source-id: 22cd999bf4ff8dd26618b06d94f751834533b726
2018-05-13 09:25:59 -07:00
Chris Blappert
7c13d8f6c6 Rename prepack > prepack-cli so we don't run cli on yarn pack
Summary:
Release Notes: None

`prepack` command renamed to `prepack-cli`
Closes https://github.com/facebook/prepack/pull/1668

Differential Revision: D7448533

Pulled By: cblappert

fbshipit-source-id: 918a741dba3990e577e119f9f779225ebf7d89c2
2018-03-29 16:52:58 -07:00
James Nolan
3c9c6ac2a5 Make master/docs a single source of truth for gh-pages
Summary:
Release note: none

To address issue #956 .

The idea is to have all documentation (aka "the website") in a single `docs/` directory on the `master` branch like [Jest](https://github.com/facebook/jest/tree/master/docs) and [Relay](https://github.com/facebook/relay/tree/master/docs) do. This directory then serves as a single source of truth to publish the `gh-pages` branch.

This PR:
- Moves the current content of the `gh-pages` branch to a `docs/` directory in `master`
- Provides a bash script for maintainers to easily publish the `gh-pages` branch from the `docs/` directory. The script also builds `prepack.min.js` from master to make sure gh-pages always has the latest version of prepack.

Additionally, I noticed the `gh-pages` branch had two `prepack.min.js` files (one in `./` and one in `./js/`). I removed the first one because it is apparently not used but it may break other websites if they references that file.

0. Fork the repo to avoid modifying the real website

1. Change the site
`> git checkout master`
`> echo ".nav { background-color: chartreuse; }" >> docs/css/style.css`
`> git add docs/css/style.css`
`> commit -m "The navigation bar looks better in green"`
`> git push`

2. Run the publication script:
`> ./scripts/publish-gh-pages.sh`

3. Verify that the gh-pages has been updated:
`> git checkout gh-pages`
`> git pull`
`> git diff HEAD~ # should show the line you added`
Closes https://github.com/facebook/prepack/pull/1223

Differential Revision: D6547395

Pulled By: j-nolan

fbshipit-source-id: 6e6d3aec97c0bcc2555c421d6f4a889bcd8df208
2017-12-12 12:10:05 -08:00
Artur Khusaenov
f5232f2242 Add information about integrating with other tools
Summary:
https://github.com/facebook/prepack/issues/1077
Closes https://github.com/facebook/prepack/pull/1231

Differential Revision: D6516839

Pulled By: NTillmann

fbshipit-source-id: 7597d401801016e12c0862eaefb583df63e002d4
2017-12-07 18:26:54 -08:00
John Impallomeni
310c594f87 Change some http links to https
Summary: Closes https://github.com/facebook/prepack/pull/1036

Differential Revision: D5950512

Pulled By: hermanventer

fbshipit-source-id: 286298de30d2dbacf04657c42b5ceec17728ceda
2017-09-30 14:08:44 -07:00
Nikolai Tillmann
164c0eb9c3 Giving choice - npm or yarn.
Summary:
Fixing issue raised in #782.
Closes https://github.com/facebook/prepack/pull/786

Differential Revision: D5394680

Pulled By: NTillmann

fbshipit-source-id: b1f9f42425e759b68fbce5aa77f6d5a02e162756
2017-07-10 17:39:12 -07:00
Amila Welihinda
87e1e0d139 Updated readme installation to use yarn
Summary:
Since this project uses yarn, I think it would make sense to recommend installation with yarn. Thoughts on this?
Closes https://github.com/facebook/prepack/pull/737

Differential Revision: D5357628

Pulled By: NTillmann

fbshipit-source-id: 80d693fa7360986601f3686e4dc06324a390c701
2017-06-30 12:32:02 -07:00
everdimension
eb910b7920 fix small typeos (#659) 2017-05-22 10:07:54 -07:00
Dan O'Brien
406b2fbf6a update README for PR 640 (#651) 2017-05-17 18:33:17 -07:00
Herman Venter
e1fb71248b Update README.md 2017-05-17 17:39:51 -07:00
Abhishek Soni
fa614d4ffb Added usage instructions and link to API page #602 (#606) 2017-05-09 10:00:22 -07:00
Ondrej Kokes
c5258097da Invoking the test HTTP server only works in Python 2 (#548) 2017-05-04 11:56:11 -07:00
Nikolai Tillmann
e3af9a6084 Removing another redundant section. 2017-04-19 13:37:15 -07:00
Nikolai Tillmann
a9ae897b09 Updating README file
- Removing redundant information that's more nicely presented in gh-pages
- Adding information about how to edit/update gh-pages
2017-04-19 13:37:15 -07:00
Nikolai Tillmann
dc166cbbf5 Mechanical search+replace renaming of everything relating to serializer. 2017-04-10 18:00:47 -07:00
Nikolai Tillmann
18f8099c23 Updating token to reflect new location. 2017-04-06 22:35:18 -07:00
Nikolai Tillmann
9e08f21e21 We are no longer experimental. 2017-04-05 22:49:28 -07:00
Jan Kassens
95023d4fd0 Update README.md (#348)
Fix tiny markdown issue.
2017-04-04 13:31:33 -07:00
Sebastian Markbage
8a1d196255 Initial commit 2017-03-28 20:52:41 -07:00