Go to file
Wouter R d634f2e9c3 Merge branch 'text-experiment' into develop
Conflicts:
	js/Help.js
	js/buttonbehaviors.js
	js/main.js
	js_src/Keyboard.js
	js_src/Shape.js
	js_src/verticalShapes.js
	www/index.html
2014-01-17 13:21:02 +01:00
img AddShape point icons 2014-01-16 17:09:15 +01:00
js Merge branch 'text-experiment' into develop 2014-01-17 13:21:02 +01:00
js_src Merge branch 'text-experiment' into develop 2014-01-17 13:21:02 +01:00
less Removed some z-indexes 2014-01-17 12:51:54 +01:00
www Merge branch 'text-experiment' into develop 2014-01-17 13:21:02 +01:00
.gitignore Ignoring grunt generated js libraries 2013-11-22 17:53:20 +01:00
Gruntfile.js Merge branch 'text-experiment' into develop 2014-01-17 13:21:02 +01:00
LICENSE.txt Add license + copyright info on external software. 2013-12-20 15:32:53 +01:00
Makefile Remove ___settings.html (leftover?). 2014-01-10 17:44:19 +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
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.