diff --git a/.gitignore b/.gitignore index 8dc72a4..d3060e7 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,7 @@ node_modules vendor/ -.idea \ No newline at end of file +.idea + +# Generated chrome extension +public/ diff --git a/package.json b/package.json index 083a262..0aaad9f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "test-react": "jest --verbose --coverage", "test-js": "node_modules/.bin/phantomjs tests/run.js", "start": "npm install && bower install && gulp", + "watch": "gulp watch", "lint": "jsxhint --jsx-only .", "postinstall": "gulp postinstall" },