Compare commits
2 commits
a905dc968b
...
2d6e35a333
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d6e35a333 | |||
| 8c0d6958f5 |
2 changed files with 8 additions and 1 deletions
|
|
@ -196,6 +196,13 @@ tasks.register('buildStaticFiles', Copy) {
|
|||
'--outfile', outputFile,
|
||||
'-g', 'uglifyify'
|
||||
]
|
||||
|
||||
doLast {
|
||||
exec {
|
||||
// Run the build command for the new editor script (CodeMirror 6)
|
||||
commandLine 'npm', 'run', 'build:editor.js'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
</tr>
|
||||
|
||||
<% #edit %>
|
||||
<script type='module'>
|
||||
<script type='module' crossorigin='use-credentials'>
|
||||
import {
|
||||
basicSetup,
|
||||
Compartment,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue