Skip to content
Snippets Groups Projects
  1. Jun 10, 2016
    • Simon Lejeune's avatar
      [REF] ir_qweb: less webasset: compress output instead of minifying it · 123e51f4
      Simon Lejeune authored
      * Remove dependency on less-plugin-clean-css which distribution
        packages are broken on debian stretch and derivated.
      * Updated documentation.
      * Lessc provides a `--compress` argument that could solve this issue.
        According to the documentation at http://lesscss.org/usage/: "[...]
        Compress using less built-in compression. This does an okay job but
        does not utilise all the tricks of dedicated css compression[...]"
        However, using this argument works on lessc 2.5.3 but not on 1.4.2
        (`--compress` arg is present but seems to be break some rules
        i haven't been able to put my finger on).
      * Finally, use the minification of the StylesheetAsset that takes care
        of removing the spaces, the comments and the sourcemap with regexes.
      
      fixes issue #9113
      123e51f4
  2. Jun 07, 2016
  3. May 13, 2016
  4. Dec 18, 2015
  5. Nov 26, 2015
  6. Nov 10, 2015
  7. Oct 09, 2015
  8. Sep 28, 2015
  9. Sep 11, 2015
  10. Sep 08, 2015
  11. Aug 07, 2015
  12. Jul 31, 2015
  13. Jul 23, 2015
  14. Jul 15, 2015
  15. Jul 14, 2015
  16. Jul 13, 2015
  17. Jun 02, 2015
  18. Feb 23, 2015
  19. Feb 20, 2015
  20. Jan 26, 2015
  21. Jan 23, 2015
  22. Jan 20, 2015
Loading