1. 03 Jan, 2018 1 commit
  2. 01 Jan, 2018 1 commit
  3. 04 Dec, 2017 1 commit
  4. 02 Dec, 2017 1 commit
  5. 27 Nov, 2017 2 commits
  6. 28 Oct, 2017 1 commit
  7. 21 Sep, 2017 1 commit
    • silverwind's avatar
      Use standard lessc and minify CSS using Node.js (#2337) · 1fbfccb4
      silverwind authored
      * Use standard lessc and minify CSS using Node.js
      
      This changes the previous nonstandard `lessc` to the official one and
      enables CSS minification via the clean-css module.
      
      To build CSS, Node.js is required along with a `npm install` to get the
      tools installed locally in node_modules so there is no dependency on
      binaries in PATH. Benefits include:
      
      - Allows one to have a standard lessc in PATH.
      - Can now use command line switches on lessc.
      - Minified CSS brings faster page load times and also has the benefit
        of discouraging contributors from editing CSS directly.
      
      To build CSS, Node.js is required along with a `npm install` to get the
      tools installed locally based on the information in `package.json`.
      
      The 'make stylesheet' task was modified to run without condition. This
      makes it easier to work on the make task itself without having to delete
      files.
      
      Also fixes: https://github.com/go-gitea/gitea/issues/2198
      
      * install node, npm and modules on drone
      
      * .PHONY
      
      * use 'minify' to minify CSS
      1fbfccb4
  8. 12 Sep, 2017 1 commit
  9. 02 Sep, 2017 1 commit
  10. 28 Aug, 2017 2 commits
  11. 11 Jun, 2017 1 commit
  12. 28 Apr, 2017 1 commit
  13. 18 Apr, 2017 1 commit
  14. 22 Feb, 2017 1 commit
  15. 19 Feb, 2017 1 commit
  16. 13 Feb, 2017 1 commit
  17. 11 Feb, 2017 1 commit
  18. 24 Jan, 2017 1 commit
  19. 06 Jan, 2017 1 commit
  20. 30 Dec, 2016 1 commit
  21. 04 Dec, 2016 2 commits
  22. 28 Nov, 2016 2 commits
  23. 25 Nov, 2016 1 commit
  24. 17 Nov, 2016 2 commits
  25. 05 Nov, 2016 1 commit
  26. 04 Nov, 2016 3 commits
  27. 18 Feb, 2016 1 commit
  28. 10 Dec, 2015 1 commit
  29. 10 Oct, 2015 1 commit
  30. 25 Mar, 2015 1 commit
  31. 22 Feb, 2015 1 commit
  32. 14 Feb, 2015 1 commit
  33. 07 Feb, 2015 1 commit