cppcheck/htdocs
XhmikosR 0a825318f4 htdocs/devinfo/index.php: fix jquery version. 2014-02-11 21:24:52 +02: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 Update normalize.css to v3.0.0. 2014-02-10 11:43:34 +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: Added Visual Studio plugin to the list of plugins 2014-02-08 09:40:43 +01:00
make.js htdocs: minor tweaks. 2013-11-05 08:10:44 +02:00
package.json htdocs: update node.js dependencies. 2014-02-10 11:43:34 +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.