source: Dev/branches/rest-dojo-ui/client/config/package.js @ 408

Last change on this file since 408 was 408, checked in by hendrikvanantwerpen, 13 years ago

Added config/ to build. It looks like top-level JS files (like config/db.js and rft/run.js) don't use the cache correctly in a build.

File size: 306 bytes
RevLine 
[408]1var profile = (function(){
2    return {
3        resourceTags: {
4            amd: function (filename, mid) {
5                return /\.js$/.test(filename);
6            },
7            declarative: function(filename,mid) {
8                return /\.html$/.test(filename);
9            }
10        }
11    };
12})();
Note: See TracBrowser for help on using the repository browser.