Commit Graph

12 Commits

Author SHA1 Message Date
Nolan Lawson d198250eab
chore: switch to yarn (#927)
* chore: switch to yarn

BREAKING CHANGE: Pinafore is now using yarn rather than npm, so those
who self-host will need to stop running e.g. `npm install` and run `yarn
install` instead.

* install latest yarn
2019-01-27 17:44:30 -08:00
Nolan Lawson 4bd181d3cc
fix: update Sapper to latest (#775)
* fix: update to latest sapper

fixes #416

* fix error and debug pages

* requestIdleCallback makes column switching feel way nicer than double rAF

* add export feature

* add better csp info

* workaround for sapper sub-page issue

* clarify in readme about exporting

* fix now config

* switch from rIC to triple raf

* style-loader is no longer used

* update theming guide
2018-12-11 07:31:48 -08:00
Nolan Lawson 9b2b90b46e
simplify theme definitions (#574)
* simplify theme definitions

* remove rollup dep which is overkill

* fix syntax error

* fix lint

* fix test
2018-09-23 12:26:01 -07:00
Nolan Lawson 23287c6dcd
Add instructions for admins to achieve Pinafore compatibility (#406)
[skip ci]
2018-07-02 10:33:44 -07:00
Nolan Lawson 283bc78b4f
Add CSP (#119)
Fixes #25
2018-04-14 15:50:16 -07:00
Maxime Le Conte des Floris bca959d1a3 docs: fix typo (#53) 2018-04-09 18:00:48 -07:00
Maxime Le Conte des Floris 35eac4a314 docs: add guide to theming (#46) 2018-04-09 15:04:39 -07:00
Nolan Lawson 59fa02c73e update user guide 2018-04-01 23:22:47 -07:00
Nolan Lawson a22a638839 fix typo 2018-04-01 23:19:16 -07:00
Nolan Lawson 3d02705874 update docs 2018-04-01 23:17:27 -07:00
Nolan Lawson 47a6d863dc fix docs 2018-04-01 23:16:31 -07:00
Nolan Lawson f54aadaca9 add user guide and update readme 2018-04-01 23:15:52 -07:00