generator-marionette
generator-marionette copied to clipboard
enhancement for non-amd?
trafficstars
wanted to know if this would be an amicable pre-configure option. I prefer using marionette modules instead of AMD.
hmm I kind of feel you need both? Marionette modules represent some sort of widget/functionality on the page and can be composed of multiple backbone/marionette objects, whereas AMD helps organize each object/class into its own file.
marionette modules let you decouple code into multiple files as well. AMD with the likes of require.js for myself is too repetitive and I like marionette modules' start and stop feature which require.js doesn't have.