We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a16fe commit 5747bbaCopy full SHA for 5747bba
README.md
@@ -34,7 +34,10 @@ Remove `blaze-html-templates` (or remove the html compiler you are using).
34
35
Install synthesis
36
37
-`meteor add mwc:synthesis`
+```sh
38
+meteor add mwc:synthesis #compiles html files
39
+meteor add mwc:synthesis-file #compiles asset files for <img src="image.png"> to work.
40
+```
41
42
synthesis is a meteor 1.3+ package. for 1.2 support use [mwc:compiler](https://github.com/meteorwebcomponents/compiler)
43
0 commit comments