Skip to content

Commit 285d1d3

Browse files
committedJul 21, 2020
Updated readme
1 parent 9096a32 commit 285d1d3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed
 

‎README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,14 @@ To install the plugin, follow these instructions.
2424

2525
## ParcelTwig Overview
2626

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.
2828

2929
## Configuring ParcelTwig
3030

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.
3232

3333
## Using ParcelTwig
3434

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.
4236

4337
Brought to you by [Sigurd Heggemsnes](kult.design)

0 commit comments

Comments
 (0)
Please sign in to comment.