2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-13 08:32:26 +03:00

update build hooks, bump readme

This commit is contained in:
Jeff Sagal
2016-06-12 14:30:52 -07:00
parent 5c8851f4c7
commit ff1146c82e
4 changed files with 32 additions and 21 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ module.exports = {
index: path.resolve(__dirname, '../dist/index.html'),
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: '',
assetsPublicPath: '/',
assetsPublicPath: ( process.argv.indexOf('publish') > 1 ) ? 'http://sagalbot.github.io/vue-select/' : '/',
productionSourceMap: true
},
dev: {