Skip to content

Instantly share code, notes, and snippets.

@vaibhav93
Created November 8, 2015 08:20
Show Gist options
  • Save vaibhav93/830bd2e1867129f1487c to your computer and use it in GitHub Desktop.
Save vaibhav93/830bd2e1867129f1487c to your computer and use it in GitHub Desktop.
requirejs.config({
baseUrl: 'js/lib',
paths: {
//jquery: 'jquery-1.11.3.min',
knockout: 'knockout-3.3.0.js',
Materialize: 'materialize.amd',
app: '../app'
}
});
require(['app'], function () {
console.log('loaded')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment