cppcheck/htdocs/site
XhmikosR 1e56b94311 htdocs: add a node.js method for minifying the files.
Run `node make` or `node make minify`.

Additionally, you can use `npm run check` or `npm run lint` to check our js and css files for errors with JSHint and csslint.
2013-06-05 17:27:21 +02:00
..
css htdocs: add a node.js method for minifying the files. 2013-06-05 17:27:21 +02:00
geshi update genshi to 1.0.8.11 2012-09-22 20:19:16 +02:00
js update js/pack.js with the latest uglify-js 2013-05-08 18:37:25 +02:00
simplepie htdocs: update SimplePie to v1.3.1 2012-12-03 12:31:32 +01:00
.jshintrc htdocs: add a node.js method for minifying the files. 2013-06-05 17:27:21 +02:00
LICENSE.md htdocs: add a node.js method for minifying the files. 2013-06-05 17:27:21 +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 htdocs: add a node.js method for minifying the files. 2013-06-05 17:27:21 +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.