ducky/web

Paddy 2015-05-29 Child:5d47855181e1

3:7ae5dd64c482 Go to Latest

ducky/web/build/200.html

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 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/build/200.html	Fri May 29 00:36:32 2015 -0400
     1.3 @@ -0,0 +1,11 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +	<meta charset="utf-8">
     1.8 +  <link rel="stylesheet" href="/static/main.css" />
     1.9 +</head>
    1.10 +<body>
    1.11 +</body>
    1.12 +<script src="/static/common.js"></script>
    1.13 +<script src="/static/bundle.js"></script>
    1.14 +</html>