cppcheck/htdocs/site
XhmikosR 05dc0433fb htdocs: use span element for maxChars. 2013-07-31 18:21:06 +03:00
..
css htdocs: use span element for maxChars. 2013-07-31 18:21:06 +03:00
geshi update genshi to 1.0.8.11 2012-09-22 20:19:16 +02:00
js htdocs: move inline JS to a separate file. 2013-07-31 14:02:21 +02:00
simplepie htdocs: update SimplePie to v1.3.1 2012-12-03 12:31:32 +01:00
.jshintrc htdocs: 2013-07-28 18:38:40 +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: move inline JS to a separate file. 2013-07-31 14:02:21 +02:00
package.json htdocs: 2013-07-28 18:38:40 +02:00
run-tests.js htdocs: move inline JS to a separate file. 2013-07-31 14:02: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.