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:
commit
4c1a4277e3
|
@ -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()
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue