mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 00:26:34 +03:00
Added sourcemaps
This commit is contained in:
parent
6f13786fa9
commit
bf3ab9f96e
|
@ -26,7 +26,8 @@ gulp.task('bundleSfx', ['inlineTemplates'], function(cb) {
|
|||
builder
|
||||
.buildStatic(path.join(paths.tmp, paths.sourceEntryPoint),
|
||||
path.join(paths.output, 'redoc.full.js'),
|
||||
{ globalName: 'Redoc' })
|
||||
{ globalName: 'Redoc', sourceMaps: true }
|
||||
)
|
||||
.then(function() {
|
||||
cb();
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user