Fix demos

This commit is contained in:
Jan Nicklas 2015-06-29 17:15:41 +02:00
parent 6b59214353
commit ea6c4ded4a
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
{% include(require('html!./partial.html'), {}); %}
<%- include(require('html!./partial.html'), {}); %>
</body>
</html>

View File

@ -15,7 +15,7 @@ module.exports = {
},
plugins: [
new HtmlWebpackPlugin({
template: 'blueimp-tmpl!template.html'
template: 'template.html'
}),
new ExtractTextPlugin('styles.css')
]