0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Bassam Ismail
0520a10dc0
site: check if mapbox key is set before generating the production build (#5057) 2020-06-24 20:43:03 -04:00
Conduitry
feafc34f8e site: rollup resolve and onwarn improvements from sapper-template 2019-11-13 07:26:30 -05:00
Conduitry
43f82af4a8 some linting and tidying 2019-05-05 09:25:39 -04:00
Luke Edwards
1d0da9d022 Use database for REPL, update URL structure (#2572)
* fix: move `shelljs` to dev-deps

* fix: move `codemirror` to “external” config only

* fix: move `yootils` to “external” config only

* chore: bump “sirv” dep

* chore: regenerate pkg-lock

* chore: add `.env.example` file

* chore: remove previous dependencies

* chore: add users migration

* feat: add `db` util w/ pool

* feat: handle GitHub OAuth directly, thru JWTs

* fix: hydrate `user` data & update keys

* fix: add timestamp columns to “users" table

* feat: save new gists to database

* feat: find & update gists

* fix: update client for new endpoints

* fix: always send { error } shape

* fix: rename “users.token” => "users.github_token”

* chore: include node-fetch as dev-dep

* fix: remove extra DATABASE_URL key

* fix: upload OAuth popup message

* chore: regenerate lock file

* add database entries for new gists, update REPL URLs

* implement saving and forking

* insert history entry when forking

* add logic for relaxed gists

* remove unnecessary on conflict clause
2019-05-05 00:33:30 -04:00
Rich Harris
4541d58798
Add a tutorial (#2132) 2019-03-10 09:30:29 -04:00
Richard Harris
f710f3bca2 update svelte and sapper, workaround #2127 2019-02-22 21:36:25 -05:00
Rich Harris
29052aba7d
Bring svelte.technology source into main repo 2018-12-22 16:09:27 -05:00