Skip to content

Commit

Permalink
otto fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sgotre committed Feb 20, 2019
1 parent 493adcc commit c09a4e2
Show file tree
Hide file tree
Showing 9 changed files with 2,296 additions and 2,889 deletions.
Binary file modified dist/chrome.zip
Binary file not shown.
Binary file modified dist/firefox.zip
Binary file not shown.
Binary file modified dist/opera.zip
Binary file not shown.
6 changes: 5 additions & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,12 @@ function pipe(src, ...transforms) {
}


/***
* TODO Chekcen warum das zipp[en nicht geht.
*
*/

gulp.task('build', gulp.series('clean', 'copyDependencies', 'copyStaticFiles', 'build-settings-page', 'styles', 'manifest-task', 'js', 'ext'));
gulp.task('build', gulp.series('clean', 'copyDependencies', 'copyStaticFiles', 'build-settings-page', 'styles', 'js', 'ext', 'manifest-task'));
gulp.task('dist', gulp.series('build', 'zip'));

gulp.task('watch', (cb) => {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "3.3.5.0",
"version": "3.3.6.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
Expand Down
Loading

0 comments on commit c09a4e2

Please sign in to comment.