mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-12-19 11:53:48 +01:00
fa5e392dfb
Lets make this capital this. |
||
---|---|---|
img | ||
js | ||
less | ||
www | ||
.gitignore | ||
Gruntfile.js | ||
lesstocss.sh | ||
license-spec.lua | ||
LICENSE.txt | ||
Makefile | ||
NOTICE.txt | ||
package.json | ||
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.