What is the proper way to load requirejs modules for models/views/collections in a backbone project?
I am using Yeoman to create a scaffolding for the app and am only starting to use require js.
My main.js file:
require.config({
paths: {
jquery: '../components/jquery/jquery',