Commit graph

89 commits

Author SHA1 Message Date
Ben McCann
752c770ddb
Update Vercel deployment (#132)
Zeit/Now renamed to Vercel
Desktop client no longer supported
2020-06-27 11:41:07 -04:00
Conduitry
f01b6e46e6 update rollup and plugins 2020-05-22 09:55:43 -04:00
Conduitry
11c55167e5 Workaround for https://github.com/rollup/plugins/issues/304 2020-04-18 15:06:17 -04:00
Conduitry
929052a297 remove non-ascii characters 2020-02-02 12:44:37 -05:00
Conduitry
d78108ca29 use improved dedupe in @rollup/plugin-node-resolve@7 2020-01-24 12:39:20 -05:00
Brad Janke
4b6ab60fe5 Fixes rollup config docs 2019-12-29 18:48:34 -05:00
Olyno
7fd6ae8780 [update] - Replace rollup-plugin-commonjs with @rollup/plugin-commonjs (#105)
Co-authored-by: Conduitry <git@chor.date>
2019-12-26 00:49:15 -05:00
Koffi Anderson Koffi
257f8e141e switch to @rollup/plugin-node-resolve (#103) 2019-12-13 20:03:55 -05:00
Asko Kauppi
0679fdf1e4 More explicit .gitignore patterns 2019-12-13 20:01:07 -05:00
mvllow
51c56eb3ec move scripts above deps 2019-11-25 13:47:23 -05:00
Richard Harris
fa6bf0cde4 add button:disabled styles 2019-11-23 18:17:27 -05:00
Rich Harris
831ecffc4c
Merge pull request #90 from sveltejs/gh-88
disable SPA mode by default and add instructions in README
2019-11-16 19:13:24 -05:00
Richard Harris
58a97ff774 disable SPA mode by default - closes #88 - and add instructions in README 2019-11-16 15:13:05 -05:00
Rich Harris
bcc87d1db2
Merge pull request #89 from sveltejs/remove-start-dev
remove start:dev, put serve plugin in config file
2019-11-16 15:04:10 -05:00
Richard Harris
7b0bb3279d remove start:dev, put serve plugin in config file 2019-11-16 12:35:34 -05:00
Richard Harris
a4666d3567 improve deployment instructions 2019-11-16 11:41:58 -05:00
Rich Harris
883c42249b make it nicer 2019-11-15 18:28:25 -05:00
Rich Harris
45f4a4d78f add lang attribute - fixes #85 2019-11-15 18:28:04 -05:00
Rich Harris
de50c72294 put bundle in public/build 2019-11-15 18:26:14 -05:00
Rich Harris
23773116a2 move sirv back to dependencies 2019-11-15 18:21:23 -05:00
Rich Harris
ee22737768 merge 2019-11-15 18:06:46 -05:00
Rich Harris
58679be7a6 explain why sirv is in prod dependencies 2019-11-15 17:31:17 -05:00
Rich Harris
5229054439
Merge pull request #54 from bevand10/patch-1
fix: correct charset declaration +
2019-11-15 17:13:39 -05:00
Rich Harris
8f5737d9aa
Merge branch 'master' into patch-1 2019-11-15 17:13:22 -05:00
Rich Harris
c731104593
Merge pull request #82 from Mehedi61/center-heading
centered Hello World!
2019-11-15 17:01:35 -05:00
MD. Mehedi Hasan
c70a595fd4 centered Hello World! 2019-11-01 16:45:54 +06:00
halfnelson
f1427f41d3 update rollup-plugin-terser
fixes #74
2019-10-23 14:45:28 -04:00
Conduitry
724510f4f9 fix spawn on Windows (#80) 2019-10-23 12:19:21 -04:00
Conduitry
66cb32c6fc
don't start dev server until bundle is generated (#73)
* don't start dev server until bundle is generated (#72)

* extract `npm run start:dev` spawn into separate file
2019-10-23 09:43:45 -04:00
Conduitry
4e3a4089b4 readme: mention sirv --host 2019-09-23 22:52:24 -04:00
Roman Karavia
6a0e854bd0 Fix charset
UTF-8 needs to have a dash, see e.g. the example
[here](https://www.w3.org/TR/html50/document-metadata.html#character-encoding-declaration).

The current value of `utf8` does not work with Internet Explorer 11. I guess most other browsers
will default to UTF-8 anyway when they encounter an unknown charset value.
2019-09-15 12:13:44 -04:00
Christopher Pfohl
8003b25c35
Move sirv-cli to dev dependencies
You _almost certainly_ didn't mean for sirv-cli to wind up in the dependencies list.
2019-08-22 08:48:24 -04:00
MatyiFKBT
acf40fd181 Update README.md
now deployment should be from the public folder, just like surge
2019-07-16 05:26:47 -04:00
Dave Bevan
29c367987f
Update index.html
Conform to https://www.w3.org/International/questions/qa-html-encoding-declarations
Add mobile-friendly initial scaling - copy value found at svelte.dev, developer.mozilla.org etc.
2019-07-16 08:16:22 +01:00
Conduitry
cf3acc2a56 use <script defer> 2019-07-12 10:38:41 -04:00
Conduitry
709fd1c9fd dedupe svelte package 2019-07-09 10:12:27 -04:00
Rich Harris
10adbb48bf
Merge pull request #51 from PaulBGD/style-button-font
Style button font for browsers using OS dark theme
2019-06-27 22:42:41 -04:00
Paul Sauve
04b253a119
Update global.css 2019-06-25 16:03:31 -05:00
Rich Harris
86495b4e30
Merge pull request #46 from sveltejs/chore/sirv
Chore: Solve FAQ/troubles w/ `sirv-cli` usage
2019-06-16 20:34:59 -04:00
Luke Edwards
fcb39a7ad2 chore: move sirv-cli to dependencies;
- Closes #44
- Closes #45
2019-06-12 09:48:43 -07:00
Luke Edwards
710c36b036 chore: add --single flag & update pathing;
- especially annoying for nested routes
- leaving root-relative is less common case
- Closes #31
2019-06-12 09:47:18 -07:00
pngwn
9e13066a0c Add browser:true to rollup-plugin-node-resolve. 2019-06-08 12:45:10 -04:00
Conduitry
36940222be
do not clear screen during rollup watch 2019-05-18 08:56:28 -04:00
Rich Harris
bf9b980f37 add favicon 2019-05-13 08:47:50 -04:00
Conduitry
a6aac20f14
update site URL 2019-05-11 07:25:23 -04:00
Conduitry
acfae9afc9 update sirv 2019-04-30 10:12:04 -04:00
Emil Tholin
642f49d938 Feat: Include rollup-plugin-livereload for development (#22) 2019-04-29 21:02:41 -07:00
frederikhors
66c3c30c5d Misprint "webpack".
Misprint "webpack".
2019-04-28 19:07:37 -04:00
Conduitry
1d69655b36
don't ignore lock files 2019-04-28 18:56:58 -04:00
Juliette Prétot
18ee3b0d4b Use npx in examples, for consistency & simplicity (#21) 2019-04-25 19:24:49 -04:00