clean up development config
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user