cppcheck/htdocs
XhmikosR a9bae18502 htdocs: update html5bp and normalize.css. 2013-10-01 09:20:19 +03:00
..
archive web archive: don't allow users to delete gtk and windows 2013-08-09 19:25:59 +02:00
demo htdocs: use span element for maxChars. 2013-07-31 18:21:06 +03:00
devinfo htdocs: move the id to the parent element instead of using empty <a>. 2013-07-31 18:21:06 +03:00
site htdocs: update html5bp and normalize.css. 2013-10-01 09:20:19 +03:00
.htaccess htdocs: update html5bp and normalize.css. 2013-10-01 09:20:19 +03:00
404.html htdocs: Add a 404 page taken from html5 boilerplate. 2013-07-07 09:16:44 +02:00
Readme.md htdocs: Move scripts one dir up. 2013-08-20 07:46:29 +03:00
favicon.ico favicon.ico: use a 16x16 one 2012-09-28 19:03:55 +02:00
index.php Update website for v1.61. 2013-08-04 14:07:42 +03:00
make.js htdocs/make.js: rename variable. 2013-10-01 09:20:19 +03:00
package.json htdocs: enable strict mode. 2013-10-01 09:19:54 +03:00
run-tests.js htdocs: Move scripts one dir up. 2013-08-20 07:46:29 +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.