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