0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-25 20:51:22 +02:00
Go to file
Adriaan Wormgoor ff98a24526 Merge branch 'feature/printerdriver' of https://github.com/Doodle3D/doodle3d-client into feature/printerdriver
# By Wouter R
# Via Wouter R
* 'feature/printerdriver' of https://github.com/Doodle3D/doodle3d-client:
  Re-added two css files which were accidentally untracked.
  Untrack and ignore derived files in www/js and www/css directories.
  Change references to minified stylesheets.
  Add openwrt package Makefile. Add short description of steps to build css and js files.
  Fix permissions.

Conflicts:
	www/css/styles.css
	www/css/styles.min.css
	www/index.html
	www/js/doodle3d-client.js
	www/js/doodle3d-client.min.js
2013-10-23 06:48:29 +02: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 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
js_src Merge branch 'feature/printerdriver' of https://github.com/Doodle3D/doodle3d-client into feature/printerdriver 2013-10-23 06:48:29 +02:00
less added a simple help layer to the app (jquery joyride) 2013-10-23 06:46:07 +02:00
www Merge branch 'feature/printerdriver' of https://github.com/Doodle3D/doodle3d-client into feature/printerdriver 2013-10-23 06:48:29 +02:00
___settings.html Fix permissions. 2013-10-22 17:39:44 +02:00
.gitignore Re-added two css files which were accidentally untracked. 2013-10-22 21:49:22 +02:00
Gruntfile.js Big changes to order and placement of JS files: 2013-10-22 12:04:46 +02:00
lesstocss.sh vertical shapes sidebar now auto-resizes as well 2013-10-12 12:13:33 +02:00
Makefile Add openwrt package Makefile. Add short description of steps to build css and js files. 2013-10-22 18:23:29 +02: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.