mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 21:01:41 +00:00
update
This commit is contained in:
47
node_modules/requirejs-config-file/files/fixtures/modified-var-config.js
generated
vendored
Normal file
47
node_modules/requirejs-config-file/files/fixtures/modified-var-config.js
generated
vendored
Normal file
@ -0,0 +1,47 @@
|
||||
/* global requirejs */
|
||||
var require = {
|
||||
packages: [
|
||||
{
|
||||
name: 'knockout',
|
||||
location: '../node_modules/shimney-knockout'
|
||||
},
|
||||
{
|
||||
name: 'jquery',
|
||||
location: '../node_modules/shimney-jquery'
|
||||
},
|
||||
{
|
||||
name: 'sammy',
|
||||
location: '../node_modules/shimney-sammy'
|
||||
},
|
||||
{
|
||||
name: 'twitter-bootstrap',
|
||||
location: '../node_modules/shimney-twitter-bootstrap'
|
||||
},
|
||||
{
|
||||
name: 'lodash',
|
||||
location: '../node_modules/shimney-lodash'
|
||||
},
|
||||
{
|
||||
name: 'hogan',
|
||||
location: '../node_modules/shimney-hogan'
|
||||
},
|
||||
{
|
||||
name: 'cookie-monster',
|
||||
location: '../node_modules/shimney-cookie-monster'
|
||||
},
|
||||
{
|
||||
name: 'JSON',
|
||||
location: '../node_modules/shimney-json'
|
||||
}
|
||||
],
|
||||
paths: {
|
||||
'img-files': '../img',
|
||||
tpl: '../templates',
|
||||
'some-plugin': '../vendor/some-plugin.1.0',
|
||||
lodash: '/path/to/lodash.min'
|
||||
}
|
||||
};
|
||||
|
||||
if (typeof(requirejs) === "function") {
|
||||
requirejs.config(require);
|
||||
}
|
Reference in New Issue
Block a user