Go to file
Wouter R af95065bbe Fix mistake in js include. 2014-01-10 12:12:25 +01:00
css_old overhaul of client files to 'www' dir. This dir will now as a 'bin' dir of sorts. Outside of the 'www' dir there will be old files, temp files and also shell scripts which support continuous compilation and minification of css and js files 2013-10-21 11:40:38 +02:00
img_old further squeezing of kilobytes from the assets to save space on the 'kastje' 2013-10-21 16:48:41 +02:00
js_old - purge of unused js libs 2013-10-23 23:20:06 +02:00
js_src Improved retain configuration over update ui 2014-01-02 16:46:36 +01:00
less Small settings button style refactoring 2013-11-22 17:45:43 +01:00
www Fix mistake in js include. 2014-01-10 12:12:25 +01:00
.gitignore Ignoring grunt generated js libraries 2013-11-22 17:53:20 +01:00
Gruntfile.js Add license + copyright info on external software. 2013-12-20 15:32:53 +01:00
LICENSE.txt Add license + copyright info on external software. 2013-12-20 15:32:53 +01:00
Makefile Include links to release notes in update panel, both for current version and for updateable version. 2013-12-12 14:14:34 +01:00
NOTICE.txt Add license + copyright info on external software. 2013-12-20 15:32:53 +01:00
README.md Minor textual corrections to readme. 2014-01-02 20:23:48 +01:00
___settings.html Fix permissions. 2013-10-22 17:39:44 +02:00
lesstocss.sh vertical shapes sidebar now auto-resizes as well 2013-10-12 12:13:33 +02:00
license-spec.lua Add license + copyright info on external software. 2013-12-20 15:32:53 +01:00
package.json Big changes to order and placement of JS files: 2013-10-22 12:04:46 +02:00

README.md

Doodle3D client app

How to build

Prerequisites

  • get npm, the Node.js package manager, for instance using macports on OSX.
  • (prerequisite) install Grunt: sudo pm install -g grunt-cli.
  • run npm install in the project root to install project dependencies

Finally run grunt to build minified css and js files. By default, it will keep running to automatically rebuild when source files are changed.