diff options
author | Benjamin Tan <demoneaux@gmail.com> | 2018-02-06 22:12:35 +0800 |
---|---|---|
committer | Benjamin Tan <demoneaux@gmail.com> | 2018-02-06 22:12:35 +0800 |
commit | 57a4c45cf69b11cb58304085b84ce3b095fb3077 (patch) | |
tree | c093e396469c54fb0956edca3a315bfdafec1714 | |
parent | 80bc1971e017fcf3b90d7123b38e7c3c7472de2b (diff) | |
download | freenode-live-2017-presentation-57a4c45cf69b11cb58304085b84ce3b095fb3077.tar freenode-live-2017-presentation-57a4c45cf69b11cb58304085b84ce3b095fb3077.tar.gz |
Docs: avoid recommending global Grunt installation.
Closes #1951.
-rw-r--r-- | css/theme/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/README.md b/css/theme/README.md index 1bca121..8ae164b 100644 --- a/css/theme/README.md +++ b/css/theme/README.md @@ -4,7 +4,7 @@ Themes are written using Sass to keep things modular and reduce the need for rep ## Creating a Theme -To create your own theme, start by duplicating a ```.scss``` file in [/css/theme/source](https://github.com/hakimel/reveal.js/blob/master/css/theme/source). It will be automatically compiled by Grunt from Sass to CSS (see the [Gruntfile](https://github.com/hakimel/reveal.js/blob/master/Gruntfile.js)) when you run `grunt css-themes`. +To create your own theme, start by duplicating a ```.scss``` file in [/css/theme/source](https://github.com/hakimel/reveal.js/blob/master/css/theme/source). It will be automatically compiled by Grunt from Sass to CSS (see the [Gruntfile](https://github.com/hakimel/reveal.js/blob/master/Gruntfile.js)) when you run `npm run build -- css-themes`. Each theme file does four things in the following order: |