Ticket #14518: app.js

File app.js, 323 bytes (added by andysd, 8 years ago)

This is the require.js config referenced from index.html

Line 
1// For any third party dependencies, like jQuery, place them in the lib folder.
2
3// Configure loading modules from the lib directory,
4// except for 'app' ones, which are in a sibling
5// directory.
6requirejs.config({
7    baseUrl: '.',
8    paths: {
9        knockout: 'bower_components/knockout/dist/knockout.debug'
10    }
11});
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy