Commit Graph

106 Commits

Author SHA1 Message Date
Felix Ableitner f3de688786 Some changes 2020-11-19 17:42:07 +01:00
Felix Ableitner c6cf5b4f9d Initial version with phpBB theme 2020-11-19 16:15:42 +01:00
Thomas Gaudin 431bd4d58e
Remove trailing `,` in tsconfig.json (#177) 2020-10-06 06:07:22 -07:00
Shriji f4176bb2dd
add note to readme about VSCode extension (#175) 2020-09-25 11:40:34 -04:00
Simon H 1b077d10d8
Add sourcemaps (#173) 2020-09-13 05:57:04 -07:00
Simon H f23056166e
Bump typescript plugin version (#172) 2020-09-13 05:54:24 -07:00
Antony Jones 05a0c816aa
upgrade livereload plugin (#167) 2020-08-27 18:56:10 -04:00
Ben McCann 8194bf8f64 Upgrade rollup-plugin-svelte to 6.0.0 2020-08-25 16:20:26 -04:00
Ben McCann 64c835a15d
Upgrade rollup-plugin-terser to 7.0 (#164) 2020-08-21 12:17:59 -04:00
Ben McCann ea7c476efe
Upgrade Rollup plugins (#156) 2020-08-13 16:59:08 -07:00
Benjamin Schachter f514734a1f
fix input padding on Chrome (#158) 2020-08-07 13:46:07 -04:00
Antony Jones 55afe2181e
remove unnecessary reset CSS (#152) 2020-07-30 11:18:41 -04:00
Simon H abd9f64b6c
Bump svelte-check version (#150)
It's now at `1.0.0`
2020-07-29 10:46:32 +01:00
opensas 0ed46da681
fixes #144 - do not delete scripts folder if it is not empty (#147)
* fixes #144 - do not delete scripts folder if it is not empty

* fixes 144 - do not remove scripts forlder if not empty, checking for DS_store file

* fixes 144 - do not remove scripts forlder if not empty, checking DS_store is the only remaining file

* Update scripts/setupTypeScript.js

* Apply suggestions from code review

Co-authored-by: Orta Therox <orta.therox+github@gmail.com>
2020-07-27 06:44:40 -04:00
Luke Edwards 16e4763560
chore: bump `sirv-cli` version (#135) 2020-07-24 10:35:12 -07:00
Parmesh Krishen 8a4cfd2aa1
fix: shutdown dev server on fatal error (#143)
* Fix dev server restart error

* chore: apply review changes

Co-authored-by: Luke Edwards <luke.edwards05@gmail.com>
2020-07-24 10:31:44 -07:00
Orta Therox 9b2a107f65
Adds a setup TypeScript script, and docs in the README (#140)
* Adds a setup TypeScript script, and docs in the README

* Adds a CTA to the TS script

* Update scripts/setupTypeScript.js

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>

* Fix README

* emphasise that the script should be run immediately

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
2020-07-21 10:41:38 -04:00
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