revert removed line

This commit is contained in:
Roman Hotsiy 2016-08-22 23:10:43 +03:00
parent 27752909d4
commit 65e720b90f
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -109,6 +109,7 @@ gulp.task('concatDeps', ['concatPrism'], function() {
gulp.task('bundle', ['injectVersionFile'], function bundle(done) {
mkdir('-p', 'dist');
cp('lib/index.js', path.join(paths.tmp, paths.sourceEntryPoint));
var builder = new Builder('./', 'system.config.js');
builder