aboutsummaryrefslogtreecommitdiff
path: root/example/content/shello_apple
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-08-09 17:25:02 +0200
committerWojtek Kosior <koszko@koszko.org>2021-08-10 14:15:05 +0200
commitedaa004348571857c03485950202722b6e4fb944 (patch)
tree8e5d5aeafb2278a62a1bf9ea7fbe9e2a786d899c /example/content/shello_apple
parentf1894d8aba1f8ae4a52dafc50b0a138978607bc4 (diff)
downloadhydrilla-edaa004348571857c03485950202722b6e4fb944.tar.gz
hydrilla-edaa004348571857c03485950202722b6e4fb944.zip
properly install data in docdir
Diffstat (limited to 'example/content/shello_apple')
-rw-r--r--example/content/shello_apple/hello.js1
-rw-r--r--example/content/shello_apple/index.json6
2 files changed, 0 insertions, 7 deletions
diff --git a/example/content/shello_apple/hello.js b/example/content/shello_apple/hello.js
deleted file mode 100644
index b6b1a02..0000000
--- a/example/content/shello_apple/hello.js
+++ /dev/null
@@ -1 +0,0 @@
-console.log("hello, apple!");
diff --git a/example/content/shello_apple/index.json b/example/content/shello_apple/index.json
deleted file mode 100644
index c52c32c..0000000
--- a/example/content/shello_apple/index.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-"type" : "script",
-"name" : "hello_apple",
-"sha256" : "d349309ba674c092a7d03cd5ecc90c6370402482286db28b3d32d86052b6cf69",
-"location" : "hello.js"
-}