1. 16 nov., 2012 1 validation
  2. 14 nov., 2012 3 validations
  3. 13 nov., 2012 2 validations
  4. 12 nov., 2012 4 validations
    • Josh Nichols's avatar
      Use grunt-contrib-mincss ~0.3.1 · 00c90a97
      Josh Nichols a écrit
      Was at ~0.3.2, but doesn't seem to have been released properly.
      00c90a97
    • Antoine Musso's avatar
      Fix callback calling when using from a parent directory · 5354b788
      Antoine Musso a écrit
      Authors might want to use a shared reveal.js installation for all their
      presentations such as:
      
      	$ ls -1 -F
      	20120105-how-to-use-git.html
      	20121101-wikimedia-scaling.html
      	reveal.js/
      	$
      
      In this case, the plugin callbacks will not be called at all.
      
      When using head.js, the callback is marked as depending upon the loading of a
      Javscript filename. The regex used to find out the filename is applied to the
      full path which in the above case would be something like:
      
      	reveal.js/plugin/highlight/highlight.js
      
      The regex will thus give out 'reveal.js' as a file depency instead of the
      expected 'highlight.js'
      
      The fix is quiet easy: simply make sure that we are looking for a file that
      actually ends with '.js' instead of simply containing '.js' by adding a $.
      5354b788
    • Hakim El Hattab's avatar
      note about #226 in readme · 4c893802
      Hakim El Hattab a écrit
      4c893802
    • Hakim El Hattab's avatar
      add touch based remote controlled plugin · 4fbec5e8
      Hakim El Hattab a écrit
      4fbec5e8
  5. 11 nov., 2012 9 validations
  6. 10 nov., 2012 18 validations
  7. 31 oct., 2012 1 validation
  8. 30 oct., 2012 1 validation
  9. 29 oct., 2012 1 validation