#48 Fixed minor error in the build script

This commit is contained in:
Serraniel 2020-12-28 23:31:12 +01:00
parent a743cc9897
commit f29de7f826
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3

View file

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