Fix demos
This commit is contained in:
parent
6b59214353
commit
ea6c4ded4a
|
|
@ -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>
|
||||
|
|
@ -15,7 +15,7 @@ module.exports = {
|
|||
},
|
||||
plugins: [
|
||||
new HtmlWebpackPlugin({
|
||||
template: 'blueimp-tmpl!template.html'
|
||||
template: 'template.html'
|
||||
}),
|
||||
new ExtractTextPlugin('styles.css')
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue