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:
19
static/scripts/build.js
Normal file
19
static/scripts/build.js
Normal 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"
|
||||
}
|
||||
]
|
||||
})
|
Reference in New Issue
Block a user