Added sourcemaps

This commit is contained in:
Roman Gotsiy 2015-10-07 10:18:02 +03:00
parent 6f13786fa9
commit bf3ab9f96e

View File

@ -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();
})