yeoman / generator-backbone

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

readme updated - require.js support #307

Closed ducin closed 9 years ago

ducin commented 9 years ago

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

sindresorhus commented 9 years ago

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

ducin commented 9 years ago

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