Nuxt/TODO.md

9 lines
386 B
Markdown
Raw Normal View History

2017-02-13 12:32:20 +00:00
Tasks for `0.9.10`:
2017-02-20 22:11:34 +00:00
- [x] `build.publicPath` #25
2017-02-13 12:32:20 +00:00
- [ ] Use [name].[chunkhash].js for generated js (production) #218
- [ ] Add expired headers (production)
2017-02-20 22:11:34 +00:00
- [x] Activate layout only on afterEach #214
2017-02-13 12:32:20 +00:00
- [ ] Custom layout in layouts/error.vue #172
2017-02-20 22:11:34 +00:00
-> Not possible to have custom layout for a page, it should do the condition inside the layout itself (because of the middleware strategy)