EDIT: Using
steal tagged at v3.2.3
latest "working" steal.
1) Can I get jmvc-like code generation for controllers and models? I am trying to avoid building my own generators.
2) It appears Bitovi is using grunt some build process. Does this marry well with steal? It appears so...
/myapp
/steal
/can
index.html (
<script src="steal/steal.js?startup.js"></script>
)
startup.js (
steal('can').then( function() { console.log('loaded'); }
);
stealconfig.js
Thanks for your help. Any other words of advice would be great. I'll even take a simple "use jmvc" response if that's what it takes. Thanks.