yeoman-generator-requirejs
yeoman-generator-requirejs copied to clipboard
`grunt preview-live` fails with latest grunt connect
Running "connect:production" (connect) task
Warning: root path must be a string Use --force to continue.
Aborted due to warnings.
In order to fix this open your Gruntfile.js and change connect.static(options.base)
to connect.static(options.base[0])