cppcheck/htdocs/site
XhmikosR 611e6eaf97 htdocs\site\js\github.js: remove unneeded JSHint rules. 2013-07-07 18:09:19 +02:00
..
css htdocs/site/css/all.css: clean up link styles 2013-06-05 17:27:49 +02:00
geshi update genshi to 1.0.8.11 2012-09-22 20:19:16 +02:00
js htdocs\site\js\github.js: remove unneeded JSHint rules. 2013-07-07 18:09:19 +02:00
simplepie htdocs: update SimplePie to v1.3.1 2012-12-03 12:31:32 +01:00
.jshintrc Update deps and .jshintrc. 2013-06-30 12:41:59 +02:00
LICENSE.md htdocs/site/LICENSE.md: Fix copy paste error. 2013-06-06 14:37:19 +02:00
Readme.md htdocs: add a node.js method for minifying the files. 2013-06-05 17:27:21 +02:00
activetopics.php Web: Show also last post time from active forum topics 2011-06-27 21:47:16 +02:00
make.js htdocs: add a node.js method for minifying the files. 2013-06-05 17:27:21 +02:00
package.json Update deps and .jshintrc. 2013-06-30 12:41:59 +02:00
run-tests.js htdocs: add a node.js method for minifying the files. 2013-06-05 17:27:21 +02:00

Readme.md

Getting started

  • Install node.js
  • Install the node.js dependencies: npm install
  • Run node make or node make minify

You can run npm run check or npm run lint to run JSHint and csslint for our files.