Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
exclude dojox/globalizedApp specific build profile
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.dojotoolkit.org/src/dojox/trunk@31280 560b804f-0ae3-0310-86f3-f6aa0a117693
  • Loading branch information
cjolif committed Apr 17, 2013
1 parent 7f3f29d commit 41a076b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dojox.profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ var profile = (function(){
"dojox/package.json":1,
"dojox/mobile/themes/utils/compile":1,
"dojox/mobile/themes/utils/cleanup":1,
"dojox/app/tests/layoutApp/build.profile": 1
"dojox/app/tests/layoutApp/build.profile": 1,
"dojox/app/tests/globalizedApp/build.profile": 1
};
return (mid in list) || /^dojox\/resources\//.test(mid) || /(png|jpg|jpeg|gif|tiff)$/.test(filename) || /dojox\/app\/build\//.test(mid);
},
Expand Down

0 comments on commit 41a076b

Please sign in to comment.