Skip to content

Commit 6cdff99

Browse files
authored
Merge pull request #1739 from DavidRouyer/cleanup
feat: move assets to the theme folder
2 parents 77b5d3f + 27171a8 commit 6cdff99

40 files changed

+4
-3
lines changed

core/scripts/server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ const themeRoot = require('../build/theme-path')
5757

5858
app.use('/dist', serve('dist', true))
5959
app.use('/assets', serve(themeRoot + '/assets', true))
60-
app.use('/assets', serve('core/assets', true))
6160
app.use('/service-worker.js', serve('dist/service-worker.js', {
6261
setHeaders: {'Content-Type': 'text/javascript; charset=UTF-8'}
6362
}))

doc/Upgrade notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ We're trying to keep the upgrade process as easy as it's possible. Unfortunately
2323
3. We moved $emit with notification about appliedCoupon and removedCoupon from vuex store to default theme. Now applyCoupon and removeCoupon returns promise which you can handle by ourself.
2424
4. We moved VueOfflineMixin and onEscapePress mixins to theme component. Core component is clean from UI stuff now.
2525

26+
#### Assets
27+
28+
1. We removed the default assets from `core/assets`. From now on, we only use the assets from `your-theme/assets`.
29+
2630
## 1.2 -> 1.3
2731

2832
### Changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)