mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-11 16:52:32 +03:00
revert removed line
This commit is contained in:
parent
27752909d4
commit
65e720b90f
|
@ -109,6 +109,7 @@ gulp.task('concatDeps', ['concatPrism'], function() {
|
||||||
|
|
||||||
gulp.task('bundle', ['injectVersionFile'], function bundle(done) {
|
gulp.task('bundle', ['injectVersionFile'], function bundle(done) {
|
||||||
mkdir('-p', 'dist');
|
mkdir('-p', 'dist');
|
||||||
|
cp('lib/index.js', path.join(paths.tmp, paths.sourceEntryPoint));
|
||||||
var builder = new Builder('./', 'system.config.js');
|
var builder = new Builder('./', 'system.config.js');
|
||||||
|
|
||||||
builder
|
builder
|
||||||
|
|
Loading…
Reference in New Issue
Block a user