0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-26 05:01:22 +02:00
Go to file
2014-01-16 12:05:27 +01:00
img Implemented Copse as new WordArt font 2014-01-15 13:49:38 +01:00
js Disabling all click events after a touchStart 2014-01-16 12:05:27 +01:00
less Edit button group 2014-01-13 16:38:26 +01:00
www Implemented Copse as new WordArt font 2014-01-15 13:49:38 +01:00
.gitignore Ignoring grunt generated js libraries 2013-11-22 17:53:20 +01:00
Gruntfile.js Cleanup 2014-01-10 13:59:55 +01:00
lesstocss.sh vertical shapes sidebar now auto-resizes as well 2013-10-12 12:13:33 +02: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
package.json Big changes to order and placement of JS files: 2013-10-22 12:04:46 +02:00
README.md Add openwrt package Makefile. Add short description of steps to build css and js files. 2013-10-22 18:23:29 +02:00

Doodle3D client app

How to build

Prerequisites

  • get npm, the Node.js package manager, for instance using macports on OSX.
  • (prerequisite) install Grunt: npm 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.