cppcheck/htdocs
Daniel Marjamäki 4f9b0f38aa 1.63.1: Updated download link on mainpage 2014-01-07 22:23:40 +01:00
..
demo democlient: simple working democlient 2014-01-01 15:55:18 +01:00
devinfo htdocs: there are now daca2 results both for 1.63 and head 2014-01-06 07:07:03 +01:00
site htdocs/site/js/github.js: switch to double quotes like the rest of the files. 2013-12-26 19:04:04 +02:00
.htaccess htdocs: update .htaccess from the latest html5 boilerplate. 2013-11-14 12:57:19 +02:00
404.html htdocs: update html5 boilerplate. 2013-11-05 08:10:44 +02:00
Readme.md htdocs: minor tweaks. 2013-11-05 08:10:44 +02:00
analyticstracking.php htdocs: add Google Analytics support. 2013-10-05 18:15:44 +03:00
favicon.ico favicon.ico: use a 16x16 one 2012-09-28 19:03:55 +02:00
index.php 1.63.1: Updated download link on mainpage 2014-01-07 22:23:40 +01:00
make.js htdocs: minor tweaks. 2013-11-05 08:10:44 +02:00
package.json htdocs: update dependencies. 2013-12-26 19:04:04 +02:00
run-tests.js Revert "htdocs: move inline JS to a separate file." 2013-10-12 17:42:19 +03: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 lint to run JSHint and csslint for our files.