Skip to content
  1. Mar 15, 2013
  2. Mar 03, 2013
  3. Mar 02, 2013
  4. Mar 01, 2013
  5. Feb 28, 2013
    • Rene Saarsoo's avatar
      Save CSS from tags into separate CSS file. · fbfb7ddd
      Rene Saarsoo authored
      MD5-rename the file like with data.js file.
      Then link it from index.html.
      
      Also reorganize the Web::Writer class.
      Save the MD5-renamed files to a local hash instead of
      polluting the Options object - then pass the hash directly
      to IndexHtml writer.
      fbfb7ddd
    • Rene Saarsoo's avatar
      Move Docs app related ruby code to web/ subdir. · ebf0c3d4
      Rene Saarsoo authored
      Cleaning up the top JSDuck namespace even more.
      
      I always had some trouble finding all the different web-output-related
      classes.
      ebf0c3d4
  6. Feb 27, 2013
  7. Feb 26, 2013
    • Rene Saarsoo's avatar
      Allow overriding of builtin tags. · c9300d3c
      Rene Saarsoo authored
      Previously when --tags option was used all the builtin tags got
      loaded first and registered, after that the tags from additional
      paths got loaded and registered, but loading an override for a tag
      didn't trigger re-registration, effectively meaning that one could
      override all the other methods of a builtin class except the
      constructor - but that's the most useful thing to override.
      
      Now when --tags option is used, the TagRegistry is reinstantiated
      with list of additional load paths, and on first access to the
      registry, the classes from all paths get loaded in and only after
      all tags are loaded will they get instantiated, so one can also
      override the constructor.
      c9300d3c
    • Rene Saarsoo's avatar
      Move installation guide out of README. · ca367282
      Rene Saarsoo authored
      Provide just the basic info and reference the wiki guide for details.
      ca367282
    • Rene Saarsoo's avatar
      The stupidest typo of them all. · 289b8a72
      Rene Saarsoo authored
      Caused me to push out an extra beta release.
  8. Feb 25, 2013
  9. Feb 21, 2013
  10. Feb 20, 2013
  11. Feb 19, 2013
Loading