Created
August 1, 2013 15:49
-
-
Save greatseth/6132625 to your computer and use it in GitHub Desktop.
r.js build file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
({ | |
"name": "main", | |
"out": "main-built.js", | |
"baseUrl": ".", | |
"paths": { | |
"shim": "..\/..\/..\/vendor\/shim", | |
"respond": "..\/..\/..\/vendor\/respond\/1.1.0\/respond.src", | |
"jquery": "..\/..\/..\/vendor\/jquery\/jquery-1.8.3", | |
"container": ".", | |
"ap": "..\/..\/..\/ap\/branches\/2.0.0.rc", | |
"ui": "..\/..\/..\/vendor\/jquery-ui-amd\/1.10.1.1", | |
"underscore": "..\/..\/..\/vendor\/underscore\/1.4.2\/underscore", | |
"backbone": "..\/..\/..\/vendor\/backbone\/1.0.0\/backbone", | |
"raphael": "..\/..\/..\/vendor\/raphael\/raphael", | |
"scaleRaphael": "..\/..\/..\/ap-scale-raphael\/branches\/container3\/scale-raphael", | |
"jasmine": "..\/..\/..\/vendor\/jasmine\/jasmine-standalone-1.2.0\/lib\/jasmine-1.2.0\/jasmine", | |
"jasmine-html": "..\/..\/..\/vendor\/jasmine\/jasmine-standalone-1.2.0\/lib\/jasmine-1.2.0\/jasmine-html", | |
"jasmine-jquery": "..\/..\/..\/vendor\/jasmine\/jasmine-jquery-1.3.1", | |
"sinon": "..\/..\/..\/vendor\/sinon.js\/1.6.0\/sinon-1.6.0", | |
"sinon-server": "..\/..\/..\/vendor\/sinon.js\/1.6.0\/sinon-server-1.6.0", | |
"sinon-ie": "..\/..\/..\/vendor\/sinon.js\/1.6.0\/sinon-ie-1.6.0", | |
"chart": "..\/..\/..\/chart\/branches\/container3", | |
"amcharts": "..\/..\/..\/vendor\/amcharts\/amcharts_2.8.2\/amcharts\/amcharts", | |
"treemap": "..\/..\/..\/treemap\/branches\/container3", | |
"iscroll": "..\/..\/..\/vendor\/iscroll\/iscroll-4.1.9", | |
"popcorn": "..\/..\/..\/vendor\/popcorn\/1.3\/popcorn", | |
"popcorn-complete": "..\/..\/..\/vendor\/popcorn\/1.3\/popcorn-complete", | |
"leaflet": "..\/..\/..\/vendor\/leaflet\/0.3\/leaflet-src", | |
"modernizr": "..\/..\/..\/vendor\/modernizr\/modernizr.custom.93132", | |
"mediaelement": "..\/..\/..\/vendor\/mediaelement.js\/2.12.0\/build", | |
"audio": "..\/..\/..\/audio\/branches\/2.1.0.rc\/audio", | |
"video": "..\/..\/..\/video\/branches\/container-3.0.0.rc\/video", | |
"timeline": "..\/..\/..\/timeline\/branches\/2.1.0.rc\/timeline", | |
"jquery.imagesloaded": "..\/..\/..\/vendor\/jquery\/imagesloaded\/jquery.imagesloaded", | |
"jquery.xml2json": "..\/..\/..\/vendor\/jquery\/jquery.xml2json", | |
"jquery.csv": "..\/..\/..\/vendor\/jquery\/jquery.csv-0.71", | |
"jquery.autolink": "..\/..\/..\/vendor\/jquery\/jquery.autolink", | |
"jquery.masonry": "..\/..\/..\/vendor\/jquery\/jquery.masonry-2.1.05", | |
"jquery.expandbox": "..\/..\/..\/vendor\/jquery\/jquery.expandbox\/0.3.1\/src\/jquery.expandbox", | |
"jquery.ddpanorama": "..\/..\/..\/vendor\/jquery\/jquery.ddpanorama\/1.24\/ddpanorama", | |
"jquery.outside-events": "..\/..\/..\/vendor\/jquery\/jquery.outside-events\/1.1\/jquery.ba-outside-events", | |
"jquery.sparklines": "..\/..\/..\/vendor\/jquery\/jquery.sparklines\/2.1.1\/jquery.sparkline", | |
"jquery.rscarousel": "..\/..\/..\/vendor\/jquery\/jquery-ui-carousel-0.11.1\/js\/jquery.rs.carousel", | |
"jquery.responsiveSlides": "..\/..\/..\/vendor\/jquery\/ResponsiveSlides\/1.53\/responsiveslides", | |
"jquery-breaking-slider": "..\/..\/..\/jquery-breaking-slider\/tags\/1.0.0", | |
"google-analytics": "..\/..\/..\/\/\/www.google-analytics.com\/ga", | |
"base-map": "..\/..\/..\/base-map\/branches\/require-module", | |
"shape-map": "..\/..\/..\/shape-map\/branches\/require-module", | |
"zoomable-map": "..\/..\/..\/zoomable-map\/branches\/require-module", | |
"documentcloud": "..\/..\/..\/documentcloud\/branches\/container3\/documentcloud", | |
"before-after": "..\/..\/..\/before-after\/branches\/container3\/before-after", | |
"event-slider": "..\/..\/..\/event-slider\/branches\/container-3.0.0.rc\/event-slider" | |
}, | |
"shim": { | |
"respond": { | |
"exports": "respond" | |
}, | |
"underscore": { | |
"exports": "_" | |
}, | |
"backbone": { | |
"exports": "Backbone", | |
"deps": [ | |
"underscore", | |
"jquery" | |
] | |
}, | |
"raphael": { | |
"exports": "Raphael" | |
}, | |
"jasmine": { | |
"exports": "jasmine" | |
}, | |
"jasmine-html": { | |
"deps": [ | |
"jasmine" | |
] | |
}, | |
"jasmine-jquery": { | |
"deps": [ | |
"jquery", | |
"jasmine" | |
] | |
}, | |
"sinon": { | |
"exports": "sinon" | |
}, | |
"amcharts": { | |
"exports": "AmCharts" | |
}, | |
"iscroll": { | |
"exports": "iScroll" | |
}, | |
"popcorn": { | |
"exports": "Popcorn" | |
}, | |
"popcorn-complete": { | |
"exports": "Popcorn" | |
}, | |
"leaflet": { | |
"exports": "L" | |
}, | |
"modernizr": { | |
"exports": "Modernizr" | |
}, | |
"google-analytics": { | |
"exports": "_gat" | |
}, | |
"jquery.imagesloaded": { | |
"deps": [ | |
"jquery" | |
], | |
"exports": "$" | |
}, | |
"jquery.xml2json": { | |
"deps": [ | |
"jquery" | |
], | |
"exports": "$" | |
}, | |
"jquery.csv": { | |
"deps": [ | |
"jquery" | |
], | |
"exports": "$" | |
}, | |
"jquery.autolink": { | |
"deps": [ | |
"jquery" | |
], | |
"exports": "$" | |
}, | |
"jquery.masonry": { | |
"deps": [ | |
"jquery" | |
], | |
"exports": "$" | |
}, | |
"jquery.expandbox": { | |
"deps": [ | |
"jquery" | |
], | |
"exports": "$" | |
}, | |
"jquery.ddpanorama": { | |
"deps": [ | |
"jquery", | |
"jquery.outside-events" | |
], | |
"exports": "$" | |
}, | |
"jquery.outside-events": { | |
"deps": [ | |
"jquery" | |
], | |
"exports": "$" | |
}, | |
"jquery.transit": { | |
"deps": [ | |
"jquery" | |
], | |
"exports": "$" | |
} | |
}, | |
"skipModuleInsertion": true | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment