slara / generator-reveal

Yeoman generator for Reveal.js
MIT License
429 stars 52 forks source link

Feature Request: Build #17

Closed bbohling closed 11 years ago

bbohling commented 11 years ago

I'd still like to host my presentation on a remote server. Unless I'm missing something that is not currently possible. I'd love to type grunt build and my presentation gets statically built int a build directory that I can than host on a server.

janraasch commented 11 years ago

You should be able to copy the directory you used the generator on to any web server serving static files. The server started by grunt server does nothing but serve the directory as static files.

MarkBennett commented 11 years ago

If you're planning on checking the resources into gh-pages, then you'll want to remove the bower_components directory from the .gitignore. This means the files will be checked in, but it will get your talk published.

slara commented 11 years ago

This commit generate a dist folder with "just" the required files plus reveal.js bower_components full firectory. This is usefull if you want to serve the files on a machine without Node or Grunt installed