Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sap committed Sep 20, 2019
1 parent d6d4b8f commit 83548d3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ function cleanup () {
return del(['dist/*']);
}

function watchTask () {
function watchTask (done) {
if (isProd) return done();
watch('src/**/*.styl', css);
watch('src/**/*.{js,svelte}', parallel(eslint, js));
watch('src/*.html', htmls);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "perfect-home",
"description": "Firefox new tab replacement",
"version": "1.0.0",
"version": "0.1.0",
"author": "Tom",
"scripts": {
"start": "gulp",
Expand Down
Binary file added src/assets/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icon96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "perfect-home",
"version": "1.0.0",
"version": "0.1.0",
"author": "Tom",
"chrome_url_overrides": {
"newtab": "index.html"
Expand Down

0 comments on commit 83548d3

Please sign in to comment.