yeoman-generator-requirejs
yeoman-generator-requirejs copied to clipboard
RequireJS, Grunt, Bower and QUnit all working together for awesomeness
``` 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...
First problem: ``` $ grunt preview-live Running "jshint:gruntfile" (jshint) task Gruntfile.js >> ES5 option is now set per default >> 1 error in 1 file Warning: Task "jshint:gruntfile" failed. Use...
This way when using `grunt connect` user will be able to access the app just by hitting `http://localhost:8000/` instead of `http://localhost:8000/index.htm`
http://jslinterrors.com/es5-option-is-now-set-per-default/
The following error is thrown when the app is started with `grunt preview-live` ``` TypeError: Object /home/akoskm/Digitaz/reqtest has no method 'charAt' at exports.normalize (path.js:336:27) at SendStream.root.SendStream.from (/home/akoskm/Digitaz/reqtest/node_modules/grunt-contrib-connect/node_modules/connect/node_modules/send/lib/send.js:116:16) at Object.staticMiddleware [as...
See https://github.com/danheberden/yeoman-generator-requirejs/issues/6 for details