[go: up one dir, main page]

Menu

Tree [r1322] / trunk / www /
 History

HTTPS access


File Date Author Commit
 source 2017-09-17 xhmikosr [r1322] www: update dependencies.
 .csslintrc 2016-10-07 xhmikosr [r1260] www: update dependencies.
 .jshintrc 2014-04-02 XhmikosR [r995] www: update dependencies.
 Gruntfile.js 2017-09-17 xhmikosr [r1322] www: update dependencies.
 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-lock.json 2017-09-17 xhmikosr [r1322] www: update dependencies.
 package.json 2017-09-17 xhmikosr [r1322] 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