[go: up one dir, main page]

Menu

Tree [r1280] / trunk / www /
 History

HTTPS access


File Date Author Commit
 source 2017-02-13 xhmikosr [r1280] www: use rel=noopener for external link.
 .csslintrc 2016-10-07 xhmikosr [r1260] www: update dependencies.
 .jshintrc 2014-04-02 XhmikosR [r995] www: update dependencies.
 Gruntfile.js 2016-12-05 xhmikosr [r1272] www: forgot to add google-analytics.js in pack.js.
 Readme.md 2016-12-05 xhmikosr [r1271] Website updates/changes:
 UploadWebsite.bat 2016-04-11 xhmikosr [r1245] Update dependencies; adapt html-minifier's opti...
 package.json 2017-01-14 xhmikosr [r1277] www: update dependencies.

Read Me

Getting started

  • Install node.js
  • Install grunt: npm install -g grunt-cli
  • Install the node.js dependencies: cd www && npm install
  • Run grunt build to build the static site, grunt to build and watch for changes (http://localhost:8001/)
  • in case something does not work, run rd /q /s node_modules && npm cache clean && npm i