tc39 / proposal-flatMap

proposal for flatten and flatMap on arrays
https://tc39.github.io/proposal-flatMap
214 stars 19 forks source link

Update gh-pages #53

Closed evilpie closed 6 years ago

evilpie commented 6 years ago

I just implemented an older version of this proposal, because https://tc39.github.io/proposal-flatMap/ wasn't updated.

michaelficarra commented 6 years ago

Oh no! Sorry about that. Fixed.

ljharb commented 6 years ago

If you switch the setting for gh-pages to master, you’ll never have to manually keep them in sync, and you can delete the gh-pages branch entirely.

michaelficarra commented 6 years ago

@ljharb You can still fail to run ecmarkup. Also, I prefer this as I get to make edits through the GH web interface. In some of my other proposals, Travis automatically publishes anything that lands on master, but I was too lazy to set it up for this repo.

ljharb commented 6 years ago

ah, that is true.