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

71 Commits

Author SHA1 Message Date
Varun A
54e8037c44 docs: correct build status badge (#4093) 2019-12-11 18:01:09 -05:00
Conduitry
1ab3dcb342 use assets served from github pages 2019-09-04 08:06:55 -04:00
Conduitry
7bc2ea811b readme: mention newlines and cloning on Windows 2019-06-26 11:57:43 -04:00
Rai Talha Rehman
4f324ce1cf update clone with https (#2787) 2019-05-20 21:16:31 -04:00
Michał Terczyński
98122bc577 Fix link to license 2019-05-15 14:31:30 -04:00
Rich Harris
db96b6bfc8
Merge pull request #2702 from industral/add-readme-indicators
Added npm and license indicators to README
2019-05-08 23:26:10 -04:00
Rich Harris
6d32f99904
Update README.md 2019-05-08 23:16:51 -04:00
Conduitry
80fe0e9cdb site: add /chat redirect to Discord (#2708) 2019-05-07 20:54:44 -04:00
Alessandro (Ale) Segala
77959a2cc2 Update Visual Studio Code brand
Minimal, but just correcting the brand :)
2019-05-07 08:47:57 -04:00
Alex Ivasyuv
5fddf49a23 Added CI 2019-05-06 21:30:56 +03:00
Alex Ivasyuv
739179adb1 adding npm and license indicators 2019-05-06 21:24:52 +03:00
Conduitry
d0d54b792a update links to new Sapper site 2019-05-02 11:25:34 -04:00
Alexey Schebelev
a6970d7a39
better look 2019-04-25 16:52:22 +03:00
Alexey Schebelev
9bc7261c0c
add npm run update command
`npm run update` script should be executed before dev site will be run.
2019-04-25 16:50:23 +03:00
Rubens Mariuzzo
6c0aa3b9ef Add missing dot. 2019-04-23 14:55:14 -04:00
Rich Harris
5de7d32ea3
use svelte-assets.surge.sh 2019-04-21 16:11:37 -04:00
munrocket
1ef653f0e5
Banner fix 2019-04-21 23:46:18 +04:00
Richard Harris
6ddaa9cbd3 ditto 2019-04-20 20:43:04 -04:00
Richard Harris
88183bb66b flesh out some stuff, move banner into repo 2019-04-18 08:59:05 -04:00
Richard Harris
5c6541ea9f remove hr 2019-04-17 23:52:50 -04:00
Richard Harris
88f41635d8 add a what is svelte section 2019-04-17 23:52:03 -04:00
Richard Harris
e54b912ce0 strip README down to bare essentials 2019-04-17 23:48:09 -04:00
Torgeir Helgevold
d4c000dc9f add bazel sample repo 2019-02-21 21:32:57 -05:00
Conduitry
28dd6a899a
remove deprecated onerror option from readme 2018-11-12 21:01:34 -05:00
Josh Duff
b988c9d86b
Add list of known CSS preprocessors 2018-08-13 10:10:52 -05:00
Rich Harris
7c6ec74133 tweak readme, use npm ci 2018-08-04 17:19:08 -04:00
Robert Hall
d33d61e26d Better instructions on tests and linking 2018-07-26 10:44:32 -06:00
Robert Hall
8aabc7210d Recommended changes 2018-07-25 15:43:07 -06:00
Robert Hall
b1fd1d4f2a Tweaks 2018-07-25 10:01:37 -06:00
Robert Hall
3d61573afb Some basic dev docs 2018-07-25 09:56:51 -06:00
Rich Harris
cf30ce8c37
point to Discord 2018-07-24 17:04:59 -04:00
Paulo Coghi
cd2f0af859
Update the "Example usage"
Update the result of "svelte.compile" from "Example usage" section, replacing `{ code, map }` to `{ js, css, ast }`
2018-05-14 23:39:03 -03:00
Rich Harris
f55849f8b3
remove svelte-cli, since it's now integrated 2018-05-10 19:30:26 -04:00
Antony Jones
cc02b6bc15
Add parcel-plugin to list of tools, categories
Add parcel builder. I also though the list was getting a bit unwieldy so I've separated it into sections, feel free to rejig, rename or recombine them.
2018-05-07 09:58:53 +01:00
Adam Pearce
ec3c7383e3
removes depreciated svelte-hot-loader 2018-04-25 19:17:44 -04:00
Rich Harris
da6fa8581f update README 2018-04-18 08:06:21 -04:00
Rich Harris
1c4b1665d1 -> v1.61.0 2018-04-14 18:36:02 -04:00
Kay O
6dd4c2fdd3
Update README.md
adds link to redux example
2018-04-11 21:23:51 -06:00
Alan Palazzolo
3c61655e93 Add option preserve comments in SSR rendering. 2018-03-20 13:45:47 -05:00
Gareth Oates
08c54eec11 Shameless plug of my svelte store package 2018-02-24 21:26:04 +01:00
Khaled Ahmed
cb56e574c3
Add svelte-hot-loader to the Tools section 2018-01-05 15:59:52 +00:00
Rich Harris
f5aebaebeb fix README 2017-12-30 11:21:33 -05:00
Rich Harris
4ae0d64724 update README 2017-12-30 10:43:26 -05:00
Scott Bedard
4a93c75cbe
Side step a blog routing issue
I'm not sure how sapper handles routing, but there seems to be an issue right now with trailing `/` characters. This PR just side steps the issue until it can be addressed.
2017-12-21 09:54:50 -07:00
Conduitry
b961868dcd update compiler options in readme 2017-12-13 08:20:59 -05:00
Dustin Deus
d44c01b9d8 add brunch plugin 2017-12-11 23:27:08 +01:00
Rich Harris
9c03de24b7 document svelte.preprocess 2017-12-03 09:46:38 -05:00
Conduitry
45f061e737 reorganize options table and add hydratable and customElement 2017-11-08 23:50:04 -05:00
Conduitry
0567d08094 pass default onwarn and onerror handlers to user's callbacks 2017-10-04 14:21:12 -04:00
Rich Harris
c7dda9ff79 -> v1.31.0 2017-08-24 13:21:49 -04:00