cppcheck/htdocs/site
XhmikosR e09dfadce6 htdocs: Make the Cppcheck header clickable. 2013-07-19 09:39:11 +02:00
..
css htdocs: Make the Cppcheck header clickable. 2013-07-19 09:39:11 +02:00
geshi update genshi to 1.0.8.11 2012-09-22 20:19:16 +02:00
js Update jquery to 1.10.2 and add a local fallback. 2013-07-10 06:43:07 +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
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: Re-license files under GPLv3, the same as Cppcheck itself. 2013-07-07 18:09:37 +02:00
package.json htdocs: Re-license files under GPLv3, the same as Cppcheck itself. 2013-07-07 18:09:37 +02:00
run-tests.js htdocs: Re-license files under GPLv3, the same as Cppcheck itself. 2013-07-07 18:09:37 +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.