All Downloads are FREE. Search and download functionalities are using the official Maven repository.

qunit-mojo.default-require-config.js Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
var require = {
	baseUrl: "/",
    paths: {
        cs: '/qunit-mojo/cs-0.4.3',
        jsx: '/qunit-mojo/jsx-0.4.0',
        react: '/qunit-mojo/react-0.12.0',
        JSXTransformer: '/qunit-mojo/JSXTransformer-0.12.0-rc1',
        'coffee-script': '/qunit-mojo/coffee-script-1.6.3'
    },
    shim: {
        react: {
            exports: 'React',
            deps: ['/qunit-mojo/shimBind']
        }
    },
    jsx: {
        fileExtension: '.jsx'
    }
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy