yeoman / generator-backbone

Scaffold out a Backbone.js project
http://yeoman.io
638 stars 157 forks source link

readme updated - require.js support #307

Closed ducin closed 10 years ago

ducin commented 10 years ago

Added a note for require.js support - findNestedDependencies: true needed when loading modules dynamically.

sindresorhus commented 10 years ago

I don't think we should start documenting RequireJS. It has its own docs.

ducin commented 10 years ago

So how about adding this option to the skeleton itself? It took me weeks until I've solved this problem.