mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-24 01:57:56 +01:00
2acb06c3ed
@companje This would add build info, create main.js.out which was used in later concat tasks. Without this task the final code would lack the main.js code. |
||
---|---|---|
.settings | ||
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.