Compare commits

...

2 commits

2 changed files with 8 additions and 1 deletions

View file

@ -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'
}
}
}
}

View file

@ -14,7 +14,7 @@
</tr>
<% #edit %>
<script type='module'>
<script type='module' crossorigin='use-credentials'>
import {
basicSetup,
Compartment,