Run the build command for the new editor script (CodeMirror 6)
This commit is contained in:
parent
8c0d6958f5
commit
2d6e35a333
1 changed files with 7 additions and 0 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'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue