Commit 5ba88a3c15a478420a76bc394dfc5ecd84d25f5e
1 parent
186acb75
fix: build war Sidebar-Control-Components.js file name error
Showing
2 changed files
with
3 additions
and
3 deletions
| ... | ... | @@ -81,7 +81,7 @@ |
| 81 | 81 | <file name="Dialogs.js" /> |
| 82 | 82 | </sources> |
| 83 | 83 | </jscomp> |
| 84 | - | |
| 84 | + | |
| 85 | 85 | <jscomp compilationLevel="simple" debug="false" forceRecompile="true" output="${basedir}/sidebar.min.js"> |
| 86 | 86 | <sources dir="${war.dir}/js/diagramly/sidebar"> |
| 87 | 87 | <file name="Sidebar.js" /> |
| ... | ... | @@ -149,7 +149,7 @@ |
| 149 | 149 | <!-- 管道 --> |
| 150 | 150 | <file name="./thingskit/Sidebar-Conduit.js" /> |
| 151 | 151 | <!-- 控制元件 --> |
| 152 | - <file name="./thingskit/Sidebar-Controller-Components.js" /> | |
| 152 | + <file name="./thingskit/Sidebar-Control-Components.js" /> | |
| 153 | 153 | <!-- 发动机 --> |
| 154 | 154 | <file name="./thingskit/Sidebar-Engine.js" /> |
| 155 | 155 | <!-- 风机 --> | ... | ... |
| ... | ... | @@ -306,7 +306,7 @@ |
| 306 | 306 | var supportedDomain = (hostName.substring(hostName.length - 8, hostName.length) === '.draw.io') || |
| 307 | 307 | (hostName.substring(hostName.length - 13, hostName.length) === '.diagrams.net'); |
| 308 | 308 | |
| 309 | - const releaseVersion = '1658740331370' | |
| 309 | + const releaseVersion = '1658915861841' | |
| 310 | 310 | const appMinSrc = Enable_OSS ? `${OSS_Prefix}app.min.js?v=${releaseVersion}` : `js/app.min.js?v=${releaseVersion}` |
| 311 | 311 | function loadAppJS() { |
| 312 | 312 | mxscript(appMinSrc, function () { | ... | ... |