1. 03 fév., 2013 1 validation
  2. 02 fév., 2013 1 validation
  3. 31 jan., 2013 2 validations
  4. 29 jan., 2013 1 validation
  5. 28 jan., 2013 2 validations
  6. 21 jan., 2013 4 validations
  7. 18 jan., 2013 3 validations
  8. 16 jan., 2013 1 validation
  9. 14 jan., 2013 1 validation
  10. 12 jan., 2013 1 validation
  11. 11 jan., 2013 1 validation
  12. 06 jan., 2013 1 validation
  13. 02 jan., 2013 1 validation
  14. 15 déc., 2012 1 validation
  15. 27 nov., 2012 1 validation
  16. 25 nov., 2012 1 validation
  17. 23 nov., 2012 1 validation
  18. 22 nov., 2012 1 validation
  19. 18 nov., 2012 1 validation
  20. 17 nov., 2012 2 validations
  21. 14 nov., 2012 1 validation
  22. 13 nov., 2012 1 validation
  23. 12 nov., 2012 1 validation
    • 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
  24. 11 nov., 2012 2 validations
  25. 10 nov., 2012 7 validations