Reference correct file

This commit is contained in:
Josh Johnson 2016-05-16 14:49:18 +01:00
parent 002da48b33
commit 16668b3bd1
3 changed files with 2 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Choices</title>
<link rel="stylesheet" href="assets/styles/css/choices.css">
<script src="assets/scripts/dist/choices.js"></script>
<script src="assets/scripts/dist/choices.min.js"></script>
</head>
<body>
<div class="container">

View file

@ -9,7 +9,7 @@ module.exports = {
],
output: {
path: path.join(__dirname, 'dist'),
filename: 'choices.js',
filename: 'choices.min.js',
publicPath: '/assets/scripts/dist/'
},
plugins: [