1. 09 Jun, 2018 1 commit
  2. 30 May, 2018 1 commit
  3. 29 May, 2018 1 commit
  4. 27 May, 2018 1 commit
  5. 21 May, 2018 1 commit
  6. 03 Jan, 2018 1 commit
  7. 01 Jan, 2018 1 commit
  8. 04 Dec, 2017 1 commit
  9. 02 Dec, 2017 1 commit
  10. 27 Nov, 2017 2 commits
  11. 28 Oct, 2017 1 commit
  12. 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
  13. 12 Sep, 2017 1 commit
  14. 02 Sep, 2017 1 commit
  15. 28 Aug, 2017 2 commits
  16. 11 Jun, 2017 1 commit
  17. 28 Apr, 2017 1 commit
  18. 18 Apr, 2017 1 commit
  19. 22 Feb, 2017 1 commit
  20. 19 Feb, 2017 1 commit
  21. 13 Feb, 2017 1 commit
  22. 11 Feb, 2017 1 commit
  23. 24 Jan, 2017 1 commit
  24. 06 Jan, 2017 1 commit
  25. 30 Dec, 2016 1 commit
  26. 04 Dec, 2016 2 commits
  27. 28 Nov, 2016 2 commits
  28. 25 Nov, 2016 1 commit
  29. 17 Nov, 2016 2 commits
  30. 05 Nov, 2016 1 commit
  31. 04 Nov, 2016 3 commits
  32. 18 Feb, 2016 1 commit
  33. 10 Dec, 2015 1 commit