diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-08-09 17:25:02 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-08-10 14:15:05 +0200 |
commit | edaa004348571857c03485950202722b6e4fb944 (patch) | |
tree | 8e5d5aeafb2278a62a1bf9ea7fbe9e2a786d899c /examples/content/shello_pineapple | |
parent | f1894d8aba1f8ae4a52dafc50b0a138978607bc4 (diff) | |
download | hydrilla-edaa004348571857c03485950202722b6e4fb944.tar.gz hydrilla-edaa004348571857c03485950202722b6e4fb944.zip |
properly install data in docdir
Diffstat (limited to 'examples/content/shello_pineapple')
-rw-r--r-- | examples/content/shello_pineapple/hello.js | 1 | ||||
-rw-r--r-- | examples/content/shello_pineapple/index.json | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/examples/content/shello_pineapple/hello.js b/examples/content/shello_pineapple/hello.js new file mode 100644 index 0000000..3632e67 --- /dev/null +++ b/examples/content/shello_pineapple/hello.js @@ -0,0 +1 @@ +console.log("hello, pineapple!"); diff --git a/examples/content/shello_pineapple/index.json b/examples/content/shello_pineapple/index.json new file mode 100644 index 0000000..f75935a --- /dev/null +++ b/examples/content/shello_pineapple/index.json @@ -0,0 +1,6 @@ +{ +"type" : "script", +"name" : "hello_pineapple", +"sha256" : "f53bde306e0774618a1c9e12cb62175fbca90779c79d812a699b54c125c1634a", +"location" : "hello.js" +} |