Skip to content
  1. Sep 06, 2011
    • Rene Saarsoo's avatar
      Add :sass task to Rakefile. · b047e0db
      Rene Saarsoo authored
      Ensure it's run before all the main export tasks.
      
      Also run it before :sdk task.
      b047e0db
    • Rene Saarsoo's avatar
      Refactor :compress task in Rakefile. · 725b3246
      Rene Saarsoo authored
      This task is now run *before* other tasks.  So we first compress
      the contents of template/ dir into template-min/ and from then on
      use the template-min/ dir as our template.
      
      To perform sencha build, I added build-js.html file that is like
      template.html but contains only bare minumum of JavaScript links
      that we need to build into one file.
      
      The purpose of all this is to run the :compress before building
      gem for release version of JSDuck.  For this reason we also don't
      concatenate data.js with app.js, as the jsduck gem wants to generate
      its own data.js.
      
      The default value for --template option is now "template-min/",
      only in development related tasks :sdk and :touch do we replace
      it with "template/".
      725b3246
    • Rene Saarsoo's avatar
      Fix bug when closing active tab. · 68f5bd05
      Rene Saarsoo authored
      Previously when active tab was closed, the next tab got activated,
      but the page associated with the tab was not loaded. Now fixed.
      68f5bd05
    • Rene Saarsoo's avatar
      Workaround for ExtJS bug when removing cls toolbar. · 5e993eb4
      Rene Saarsoo authored
      Reported the bug to ExtJS bug tracker.
      
      But that's only half of it. Can't really figure out what causes
      the other part of the problem.  The whole thing started with SDK
      commit: 6c272018d764b5993791df7b5ad94f114733cff0
      5e993eb4
    • Rene Saarsoo's avatar
      Keep prettify lib when compressing jsduck export. · 7f96049d
      Rene Saarsoo authored
      The prettify lib is used by view-source.
      7f96049d
  2. Sep 02, 2011
  3. Sep 01, 2011
  4. Aug 31, 2011
  5. Aug 29, 2011
  6. Aug 27, 2011
  7. Aug 26, 2011
  8. Aug 25, 2011
  9. Aug 24, 2011
Loading