cppcheck/htdocs
XhmikosR 5fa41f5873 htdocs/devinfo/index.php: fix error when there's no author info in Trac's rss item. 2013-10-12 18:50:54 +03:00
..
demo Revert "htdocs: move inline JS to a separate file." 2013-10-12 17:42:19 +03:00
devinfo htdocs/devinfo/index.php: fix error when there's no author info in Trac's rss item. 2013-10-12 18:50:54 +03:00
site htdocs/css: Add 0 to numbers. 2013-10-12 18:50:54 +03:00
.htaccess htdocs: update html5bp and normalize.css. 2013-10-01 09:20:19 +03:00
404.html
Readme.md htdocs: Move scripts one dir up. 2013-08-20 07:46:29 +03:00
analyticstracking.php htdocs: add Google Analytics support. 2013-10-05 18:15:44 +03:00
favicon.ico
index.php 1.62: Updated download link on main page 2013-10-12 14:55:03 +02:00
make.js Revert "htdocs: move inline JS to a separate file." 2013-10-12 17:42:19 +03:00
package.json htdocs: enable strict mode. 2013-10-01 09:19:54 +03: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 check or npm run lint to run JSHint and csslint for our files.