Slide 24
Slide 24 text
Modular JavaScript application
// using curl.js as a module loader!
curl.config({!
packages: {!
app: { location: 'app'}!
},!
paths: {!
jquery: 'lib/jquery/jquery.min',!
! gmaps: {location: 'lib/gmaps/gmaps', config:cjsConfig }, !
}!
});!
!
// Promises-based API for executing callbacks!
curl(['app', 'jquery']).then(start, fail);