#48 Fixed minor error in the build script
This commit is contained in:
parent
a743cc9897
commit
f29de7f826
|
@ -126,7 +126,7 @@ gulp.task('scripts', () => {
|
||||||
|
|
||||||
modules.forEach(module => {
|
modules.forEach(module => {
|
||||||
inputs.push(`${src.scripts}/${module}.ts`);
|
inputs.push(`${src.scripts}/${module}.ts`);
|
||||||
streams.push(source(`${module}.ts`));
|
streams.push(source(`${module}.js`));
|
||||||
});
|
});
|
||||||
|
|
||||||
const b = browserify(inputs, { debug: isDev });
|
const b = browserify(inputs, { debug: isDev });
|
||||||
|
|
Loading…
Reference in a new issue