Closed mflux closed 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
Fixed in 33feba4ce8309ca84294ca64c5642570ab75c1a0
Still using grunt-cli but instead of running grunt directly we use npm scripts and run a local grunt cli.
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