Skip to content
Snippets Groups Projects
Commit c2aff873 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

Merge branch 'patch-1' of https://github.com/jish/reveal.js into dev

parents 3a03c4cd 1f4ace01
No related branches found
No related tags found
No related merge requests found
...@@ -450,7 +450,7 @@ If you want to add a theme of your own see the instructions here: [/css/theme/RE ...@@ -450,7 +450,7 @@ If you want to add a theme of your own see the instructions here: [/css/theme/RE
## Development Environment ## Development Environment
reveal.js is built using the task-based command line build tool [grunt.js](http://gruntjs.com) ([installation instructions](https://github.com/gruntjs/grunt#installing-grunt)). With Node.js and grunt.js installed, you need to start by running ```npm install``` in the reveal.js root. When the dependencies have been installed you should run ```grunt watch``` to start monitoring files for changes. reveal.js is built using the task-based command line build tool [grunt.js](http://gruntjs.com) ([installation instructions](http://gruntjs.com/getting-started#installing-the-cli)). With Node.js and grunt.js installed, you need to start by running ```npm install``` in the reveal.js root. When the dependencies have been installed you should run ```grunt watch``` to start monitoring files for changes.
If you want to customise reveal.js without running grunt.js you can alter the HTML to point to the uncompressed source files (css/reveal.css & js/reveal.js). If you want to customise reveal.js without running grunt.js you can alter the HTML to point to the uncompressed source files (css/reveal.css & js/reveal.js).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment