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', () => { gulp.task('scripts', () => {
let b = browserify({ let b = browserify({
entries: `${src.scripts}/index.js`, entries: `${src.scripts}/index.js`,
debug: true debug: isDev
}); });
return b.transform('babelify').bundle() return b.transform('babelify').bundle()

View file

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