clean up development config

This commit is contained in:
Eric Hulburd
2016-02-09 11:16:49 -06:00
parent 109ad432bb
commit a334afbc01
20 changed files with 170 additions and 111 deletions

View File

@@ -4,8 +4,6 @@ html
meta(charset='utf-8')
meta(http-equiv='content-type', content='text/html; charset=UTF-8')
meta(name='viewport', content='width=device-width, initial-scale=1')
!= css("vendor")
!= css("application")
title Spike Prototype
body
#spike_container
@@ -23,7 +21,7 @@ html
ul.nav.navbar-nav.navbar-right
li
a(href='/') Spike
block content
block content
#spike_footer
.container Footer
script(type='text/javascript').
@@ -31,5 +29,5 @@ html
// in developer tools for the native `fetch`.
self.fetch = null;
script(src='http://localhost:3000/webpack-dev-server.js')
!= js("vendor")
script(src='/assets/js/application.js')
script(src='/assets/style.js')
script(src='/assets/app.js')