You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-9
Original file line number
Diff line number
Diff line change
@@ -24,20 +24,14 @@ To install the plugin, follow these instructions.
24
24
25
25
## ParcelTwig Overview
26
26
27
-
-Insert text here-
27
+
Simple plugin for extracting correct asset path from parcel-manifest.json when using parcel. Check out https://github.com/kult-byra/parcel-craft-docker for usecase.
28
28
29
29
## Configuring ParcelTwig
30
30
31
-
-Insert text here-
31
+
You can change the path to the parcel-manifest.json file as well as to your dist folder in the settings.
32
32
33
33
## Using ParcelTwig
34
34
35
-
-Insert text here-
36
-
37
-
## ParcelTwig Roadmap
38
-
39
-
Some things to do, and ideas for potential features:
40
-
41
-
* Release it
35
+
Use the twig function {{asset("index.js")}} to generate a script tag linking to i.e. js.00a46daa.js bundle.
42
36
43
37
Brought to you by [Sigurd Heggemsnes](kult.design)
0 commit comments