Skip to content

Commit bd5f3b1

Browse files
committed
Add recipe for master theme
1 parent 03fcea5 commit bd5f3b1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

monsieurbiz/sylius-master-theme-plugin/1.0/manifest.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66
"assets/": "assets/",
77
"config/": "%CONFIG_DIR%/"
88
},
9-
"composer-scripts": {
10-
"tailwind:build": "symfony-cmd"
11-
}
9+
"add-lines": [
10+
{
11+
"file": "importmap.php",
12+
"content": "\n 'entrypoint' => true,\n",
13+
"position": "after_target",
14+
"target": "'path' => 'master-theme.js',",
15+
"warn_if_missing": true
16+
}
17+
]
1218
}

0 commit comments

Comments
 (0)