feat: webpack-html-plugin
This commit is contained in:
@@ -24,11 +24,11 @@ html
|
||||
//- CSS
|
||||
link(type='text/css', rel='stylesheet', href='https://fonts.googleapis.com/icon?family=Roboto:400,500,700|Source+Code+Pro:400,700|Material+Icons')
|
||||
link(type='text/css', rel='stylesheet', href='https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css')
|
||||
link(type='text/css', rel='stylesheet', href='/css/bundle.css')
|
||||
|
||||
//- JS
|
||||
script(type='text/javascript', src='/js/client.js')
|
||||
|
||||
block head
|
||||
|
||||
block body
|
||||
link(href="/css/client.css?89183d15bb0e30aac49f" rel="stylesheet")
|
||||
script(type="text/javascript" src="/js/runtime.js?89183d15bb0e30aac49f")
|
||||
script(type="text/javascript" src="/js/client.js?89183d15bb0e30aac49f" async)
|
||||
body
|
||||
block body
|
||||
|
Reference in New Issue
Block a user