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 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <link rel="stylesheet" href="/static/main.css" />
6 </head>
7 <body>
8 </body>
9 <script src="/static/common.js"></script>
10 <script src="/static/bundle.js"></script>
11 </html>