start working on publicPath

This commit is contained in:
Sébastien Chopin 2017-02-13 13:34:54 +01:00
parent de76ed3c4b
commit 4c53c6a669
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Tasks for `0.9.10`: Tasks for `0.9.10`:
- [ ] `build.publicPath` #25
- [ ] Use [name].[chunkhash].js for generated js (production) #218 - [ ] Use [name].[chunkhash].js for generated js (production) #218
- [ ] Add expired headers (production) - [ ] Add expired headers (production)
- [ ] Activate layout only on afterEach #214 - [ ] Activate layout only on afterEach #214
- [ ] Custom layout in layouts/error.vue #172 - [ ] Custom layout in layouts/error.vue #172
- [ ] `build.publicPath` #25

View File

@ -41,6 +41,7 @@ debug.color = 2
const defaults = { const defaults = {
analyze: false, analyze: false,
publicPath: '/_nuxt/',
filenames: { filenames: {
css: 'style.css', css: 'style.css',
vendor: 'vendor.bundle.js', vendor: 'vendor.bundle.js',