Merge branch 'feature/#35-build-tools' of https://github.com/Serraniel/EnhancedAniwatch into feature/#35-build-tools

# Conflicts:
#	package-lock.json
#	package.json
This commit is contained in:
Serraniel 2020-09-06 20:33:41 +02:00
commit 4c1a4277e3
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3
2 changed files with 7 additions and 3 deletions

View file

@ -110,7 +110,7 @@ gulp.task('styles', () => {
gulp.task('scripts', () => {
let b = browserify({
entries: `${src.scripts}/index.js`,
debug: true
debug: isDev
});
return b.transform('babelify').bundle()
@ -279,4 +279,4 @@ gulp.task('dist:zip', (done) => {
done();
})
gulp.task('dist', gulp.series('clean', 'build', 'dist:copy', 'dist:zip'));
gulp.task('dist', gulp.series('clean', 'build', 'dist:copy', 'dist:zip'));

View file

@ -21,7 +21,11 @@
"email": "mail@serraniel.dev",
"url": "https://serraniel.dev"
},
"contributors": [],
"contributors": [
{
"name" : "Kaffem"
}
],
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Serraniel/AniwatchPlus/issues",