ducky/web

Paddy 2015-05-29 Parent:2cd4e16a669e

3:7ae5dd64c482 Go to Latest

ducky/web/.hgignore

Stop ignoring our build folder. Now that our HTML lives in our build folder, we should probably stop ignoring it. This means that an `hg clone` followed by an `npm install` followed by an `npm run deploy` will work. I hope.

History
     1.1 --- a/.hgignore	Fri May 29 00:30:16 2015 -0400
     1.2 +++ b/.hgignore	Fri May 29 00:36:32 2015 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  syntax: glob
     1.5  
     1.6 -build/
     1.7 +build/static
     1.8  node_modules/
     1.9  *.swp