1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

Move scripts from media to static folder

This commit is contained in:
zhengxie
2015-04-03 11:02:11 +08:00
committed by Daniel Pan
parent 62fe930d3a
commit f022b4902e
62 changed files with 0 additions and 0 deletions

19
static/scripts/build.js Normal file
View File

@@ -0,0 +1,19 @@
({
mainConfigFile: "common.js",
baseUrl : ".",
findNestedDependencies: true, // find runtime dependencies
removeCombined: true,
// fileExclusionRegExp: /^dist$/,
dir: "dist",
modules: [
{
name: "myhome"
},
{
name: "group"
}
]
})