Go to file
Rick Companje 892c50c3cc fixed indentation 2015-06-02 15:05:50 +02:00
img AddShape point icons 2014-01-16 17:09:15 +01:00
js fixed indentation 2015-06-02 15:05:50 +02:00
less margins & height fix 2015-06-02 14:41:23 +02:00
www changed button order 2015-06-02 14:45:00 +02:00
.gitignore preparing image 2015-05-01 19:12:05 +02:00
Gruntfile.js working on printmanager + api improvements 2015-04-25 17:26:12 +02:00
LICENSE.txt Add license + copyright info on external software. 2013-12-20 15:32:53 +01:00
Makefile preparing image 2015-05-01 19:12:05 +02:00
NOTICE.txt New event structure in Popup, shape and wordart popups now behave correctly. 2014-01-17 15:10:39 +01:00
README.md Update README.md 2014-04-22 21:06:38 +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 Settings refactoring & JS file Reorganising 2014-02-04 11:00:32 +01:00

README.md

Doodle3D client app

How to build

Prerequisites

  • install npm, the Node.js package manager: sudo port install npm
  • install Grunt: sudo npm install -g grunt-cli
  • run npm install in the project root to install project dependencies

Build

  • run grunt in the project root to to build minified css and js files. By default, it will keep running to automatically rebuild when source files are changed.