stage

Methods

(static) all() → {undefined}

stages reveal and presentation on first boot of the app/lib

Source:
Returns:
Type:
undefined

(static) presentation() → {undefined}

copies your presentation source into the reveal project lib dir

Source:
Returns:
Type:
undefined

(static) revealjs() → {undefined}

prepares the reveal.js dependency for serving content. currently, it's a little naughty, as the mechanism to make it work is by:

  • installing reveal.js devDependencies (e.g. npm install --development)
  • copying presentation content into the reveal.js dir. this copying can be seen as dirtying the dependency state, however, is safe for most people's usage
Source:
Returns:
Type:
undefined