Add webpack for css and js

This commit is contained in:
Tom Raithel
2017-01-25 11:44:16 +01:00
parent 9d6402d7fd
commit 74bfec3366
11 changed files with 58 additions and 5 deletions

View File

@@ -2,8 +2,7 @@ block vars
html
head
title #{title} - AOE Tech Radar
block scripts
script(src='/jquery.js')
link(rel='stylesheet', href='/styles.css')
h3
a(href='/') AOE Tech Radar
@@ -12,3 +11,5 @@ html
body
block content
block scripts
script(src='/bundle.js')