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.
2 parents 08c9e5a + f164a04 commit b93f6e2Copy full SHA for b93f6e2
Makefile
@@ -10,7 +10,7 @@ index.js: haunted.js
10
sed 's/https:\/\/unpkg\.com\/lit-html@\^1\.0\.0\/lit-html\.js/lit-html/' $^ > $@
11
12
web.js: haunted.js
13
- sed 's/https:\/\/unpkg\.com\/lit-html@\^1\.0\.0\/lit-html\.js/\.\.\/node_modules\/lit-html\/lit-html\.js/' $^ > $@
+ sed 's/https:\/\/unpkg\.com\/lit-html@\^1\.0\.0\/lit-html\.js/\.\.\/lit-html\/lit-html\.js/' $^ > $@
14
15
clean:
16
@rm -f haunted.js index.js web.js
0 commit comments