UNPKG

dojo

Version:

Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.

31 lines (24 loc) 508 B
var profile = (function(){ return { resourceTags:{ ignore: function(filename, mid){ return /(profile\.js|html)$/.test(filename); }, amd: function(filename, mid){ return mid=="i18nTest/amdModule"; } }, // relative to this file basePath:"..", scopeMap:[["dojo", "dojo"], ["dijit",0], ["dojox",0]], packages:[{ name:"dojo", location:"./dojo" },{ name:"i18nTest", location:"./i18n-test" }], releaseDir:"./built-i18n-test", releaseName:"built" }; })();