1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-26 23:17:58 +00:00
seahub/static/scripts/build.js
2015-04-22 15:31:50 +08:00

16 lines
270 B
JavaScript

({
mainConfigFile: "common.js",
baseUrl : ".",
findNestedDependencies: true, // find runtime dependencies
removeCombined: true,
// fileExclusionRegExp: /^dist$/,
dir: "dist",
modules: [
{
name: "main"
}
]
})