dataarts / dat.guiVR

A flexible graphical user interface for changing variables within WebVR.
https://workshop.chromeexperiments.com/examples/guiVR/
Apache License 2.0
312 stars 49 forks source link

Remove need for Grunt-CLI #9

Closed mflux closed 8 years ago

mflux commented 8 years ago

Grunt-CLI requires developers to install grunt-cli at the global level (npm install -g grunt-cli)

We can build using npm scripts https://docs.npmjs.com/misc/scripts

Can use WZRD to transpile + start server https://www.npmjs.com/package/wzrd

mflux commented 8 years ago

Fixed in 33feba4ce8309ca84294ca64c5642570ab75c1a0

Still using grunt-cli but instead of running grunt directly we use npm scripts and run a local grunt cli.