Skip to content

Commit 8cc72fb

Browse files
committed
build(deps): maizzle 2.0 compatibility
1 parent c575d38 commit 8cc72fb

File tree

4 files changed

+24
-22
lines changed

4 files changed

+24
-22
lines changed

config.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111

1212
module.exports = {
1313
build: {
14-
assets: {
15-
source: 'src/assets/images',
16-
destination: 'images',
17-
},
18-
destination: {
19-
path: 'build_local',
20-
},
2114
tailwind: {
2215
css: 'src/assets/css/main.css',
2316
},
2417
templates: {
25-
root: 'src/templates',
18+
source: 'src/templates',
19+
destination: {
20+
path: 'build_local',
21+
},
22+
assets: {
23+
source: 'src/assets/images',
24+
destination: 'images',
25+
},
2626
},
2727
},
2828
}

config.production.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111

1212
module.exports = {
1313
build: {
14-
destination: {
15-
path: 'dist',
14+
templates: {
15+
destination: {
16+
path: 'dist',
17+
},
1618
},
1719
},
1820
inlineCSS: {

package-lock.json

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"watch": "maizzle serve"
77
},
88
"dependencies": {
9-
"@maizzle/framework": "^1.4.3"
9+
"@maizzle/framework": "^2.0.0"
1010
},
1111
"browserslist": [
1212
"> 1%"

0 commit comments

Comments
 (0)