index.html
<script>
document.write('http://' + location.hostname + ':35729/livereload.js?snipver=1');
</script>
<script src="config.js"></script>
<script data-main="app" src="require.js"></script>
config.js
var require = {
paths: {
'jquery': 'bower_components/jquery/jquery',
},
};
app.js
define(function(require) {
var $ = require('jquery');
// app code here
});
Probably lipstick on a pig, as far as you're concerned, but: