Go to file
Rick Companje 89b57241d3 malyan 2018-01-25 13:31:49 +01:00
.settings Log git/version information in web console (#305). 2016-04-23 17:36:35 +02:00
img AddShape point icons 2014-01-16 17:09:15 +01:00
js malyan 2018-01-25 13:31:49 +01:00
less Add dropdown menu to settings window for log level selection with appropriate warnings. 2016-01-06 14:25:17 +01:00
www malyan 2018-01-25 13:31:49 +01:00
.DS_Store malyan 2018-01-25 13:31:49 +01:00
.gitignore Log git/version information in web console (#305). 2016-04-23 17:36:35 +02:00
Gruntfile.js disable 'template' because of weird caching 2018-01-02 15:29:01 +01:00
LICENSE.txt Add license + copyright info on external software. 2013-12-20 15:32:53 +01:00
Makefile Adding forgotten grunt task to make file: template 2017-06-23 12:28:35 +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 Update license-spec.lua for changed directory structure. 2016-02-12 17:06:03 +01:00
package.json Enable using common npm start script 2016-06-15 14:49:46 +02: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.