From ae5a20d059209f2027c05820dc3b4cfe7346c8a8 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 16 Sep 2016 13:54:10 -0700 Subject: [pkg] fix www (aka bitmask_js) when run in "development mode" this change allows you to edit the js and have the changes reflected immediately in the app. --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 94c51d38..31d862b4 100644 --- a/.gitignore +++ b/.gitignore @@ -36,9 +36,8 @@ ENV/ # Javascript, web-ui www/node_modules -www/public www/npm-debug.log -www/leap/bitmask_www/public/ +www/pydist/bitmask_js # vim *.swp -- cgit v1.2.3