Skip to content
  • CH's avatar
    renamed grunt 'base' option to 'root' (#1660) · 2cf00254
    CH authored
    * Allow slides to be served away from revealjs server location
    
    The previous 'base' option conflicts with Grunt's 'base' option.
    Changing it to 'root' avoids this. Further, updating to a newer Grunt
    allows multiple parameters to be used. therefore `grunt serve --root="."
    --root="pathtomyslides"` allows you to keep your slide content separate
    from JS/CSS and such
    
    * Live reload for relocated base
    
    * Updated packages to match origin/dev
    
    * Updated packages to match origin/dev
    
    * Ensure root is an array
    2cf00254
Analyzing file…