cppcheck/htdocs
Daniel Marjamäki 361a99f1af htdocs: update visual studio plugin link 2014-02-27 18:19:14 +01:00
..
demo Update jquery to v1.11.0. 2014-02-10 11:43:34 +02:00
devinfo htdocs/devinfo/index.php: fix jquery version. 2014-02-11 21:24:52 +02:00
site htdocs: update dependencies. 2014-02-15 13:26:04 +02:00
.htaccess Update html5 boilerplate to the latest git. 2014-02-10 11:43:35 +02:00
404.html Update html5 boilerplate to the latest git. 2014-02-10 11:43:35 +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
gsoc2014.php htdocs/gsoc: updated document 2014-02-09 09:58:09 +01:00
index.php htdocs: update visual studio plugin link 2014-02-27 18:19:14 +01:00
make.js htdocs: update dependencies. 2014-02-15 13:26:04 +02:00
package.json htdocs: update dependencies. 2014-02-15 13:26: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.