Line | |
---|
1 | var profile = { |
---|
2 | basePath:"../../..", |
---|
3 | releaseDir:"./trees-dirs-files-ouput", |
---|
4 | releaseName:"", |
---|
5 | trees:[ |
---|
6 | ["dojo/tests", "./dojo-tests", /(\/\.)|(~$)/], |
---|
7 | ["dijit/tests", "./dijit-tests", /(\/\.)|(~$)/] |
---|
8 | ], |
---|
9 | dirs:[ |
---|
10 | ["dojo", "./dojo-root", /(\/\.)|(~$)/], |
---|
11 | ["dijit", "./dijit-root", /(\/\.)|(~$)/] |
---|
12 | ], |
---|
13 | files:[ |
---|
14 | ["dojo/dojo.js", "./dojo.js"], |
---|
15 | ["dijit/dijit.js", "./dijit.js"] |
---|
16 | ], |
---|
17 | resourceTags:{ |
---|
18 | copyOnly: function(filename, mid){ |
---|
19 | return true; |
---|
20 | } |
---|
21 | } |
---|
22 | }; |
---|
Note: See
TracBrowser
for help on using the repository browser.