I am new to backbone / Marionette. I am working on complex application building on Marionette and Handlebars templates.
We are using RequireJs for AMD loader.
Code structure
We have structured our code into modules and each module will have its templates, views and controllers.
- Assets
- js
- libs
- modules
- login
- templates
- views
- LoginController.js
- registration
- templates
- views
- RegistrationController.js
- login
- js
I am looking for grunt with requirejs build samples for this code structure. I was not able to find any link which meets our code structure.