I have been using require_js for a while, but only in my main layout
and sometimes requiring things per template, but hard coded in ways
that aren't maintainable for doing it for every page in my app.
In this new app, I"m going to drive each page with js. I need to add
bit of js specific to drive each page. I don't see how I'm supposed
to do this.
Mostly it would be page specific script like so:
<script>
$(document).ready(function() {
my code_here
});
</script>
What do others do?
thanks, Jon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---