Skip to content
Snippets Groups Projects
  1. Oct 09, 2017
  2. Oct 03, 2017
  3. Jun 09, 2017
  4. May 26, 2017
  5. Sep 30, 2016
  6. 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
  7. May 13, 2016
  8. Nov 26, 2015
  9. Sep 28, 2015
  10. Sep 11, 2015
  11. Jul 31, 2015
  12. Jan 20, 2015
  13. Dec 19, 2014
  14. Dec 09, 2014
Loading