Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Fixed build process
Browse files Browse the repository at this point in the history
  • Loading branch information
tegon committed Aug 21, 2015
1 parent 7fba952 commit 8a608e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"version": "1.0.4.4569",
"version": "1.0.4.4570",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
Expand Down
6 changes: 1 addition & 5 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,4 @@ gulp.task('default', [
'browserify-background',
'css',
'vendor'
]);

gulp.task('build', ['default', 'zip'], function() {
process.exit(0);
});
]);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"scripts": {
"start": "gulp --env development",
"build": "gulp build --env production",
"build": "gulp --env production",
"test": "karma start"
}
}

0 comments on commit 8a608e8

Please sign in to comment.