diff options
author | Hakim El Hattab | 2015-01-26 19:22:44 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-01-26 19:22:44 +0100 |
commit | ce8ea8439305913a9be6322fcd445814c521e724 (patch) | |
tree | 43f7d9f6572dd766982fa0287808aa51789ecb4a | |
parent | 9a89e39367dda0d39a618c9672df59b95b7eb3a8 (diff) | |
parent | e296b396574e0b206187440650256c76e242d93f (diff) |
Merge pull request #1115 from raboof/patch-1
themes grunt task was renamed
-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 8237586..90dc149 100644 --- a/css/theme/README.md +++ b/css/theme/README.md @@ -22,4 +22,4 @@ This is where you override the default theme. Either by specifying variables (se 4. **Include [/css/theme/template/theme.scss](https://github.com/hakimel/reveal.js/blob/master/css/theme/template/theme.scss)** The template theme file which will generate final CSS output based on the currently defined variables. -When you are done, run `grunt themes` to compile the Sass file to CSS and you are ready to use your new theme. +When you are done, run `grunt css-themes` to compile the Sass file to CSS and you are ready to use your new theme. |