Skip to content
Snippets Groups Projects
  1. Jan 21, 2013
  2. Jan 18, 2013
  3. Jan 16, 2013
  4. Jan 14, 2013
  5. Jan 12, 2013
  6. Jan 11, 2013
  7. Jan 06, 2013
  8. Jan 02, 2013
  9. Dec 15, 2012
  10. Nov 27, 2012
  11. Nov 25, 2012
  12. Nov 23, 2012
  13. Nov 22, 2012
  14. Nov 18, 2012
  15. Nov 17, 2012
  16. Nov 14, 2012
  17. Nov 13, 2012
  18. Nov 12, 2012
    • Antoine Musso's avatar
      Fix callback calling when using from a parent directory · 5354b788
      Antoine Musso authored
      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
  19. Nov 11, 2012
  20. Nov 10, 2012
  21. Nov 05, 2012
  22. Oct 29, 2012
  23. Oct 28, 2012
  24. Oct 25, 2012
Loading