Skip to content

Grunt Setting(Compile)

Sourabh Singh edited this page Nov 24, 2017 · 1 revision

Remove grunt if installed globally - "npm uninstall -g grunt" 2. Install grunt-cli - "npm install -g grunt-cli" 3. Install grunt, grunt-plugins used in COCO - Run "npm install" from media/coco folder 4. When you need to build - run "grunt roptimize" from media/coco folder