mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Added support for CSP
This commit is contained in:
parent
fcb300dc51
commit
4c0f0748e8
4 changed files with 66 additions and 1 deletions
|
|
@ -81,7 +81,8 @@ gulp.task('release', ['clean-release','compile'], function() {
|
|||
bundleOne('src/mysql'),
|
||||
bundleOne('src/redshift'),
|
||||
bundleOne('src/pgsql'),
|
||||
bundleOne('src/redis')
|
||||
bundleOne('src/redis'),
|
||||
bundleOne('src/csp')
|
||||
)
|
||||
.pipe(uglify({
|
||||
output: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue