summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2016-01-05 11:57:23 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2016-01-05 11:57:23 +0100
commitb5d7041f97303dbddad9d69f47fcde6277a8a4c9 (patch)
tree8df65b8c794eb4f2aafb7730277713384a1162bf /src
downloadrpgedit-b5d7041f97303dbddad9d69f47fcde6277a8a4c9.tar
rpgedit-b5d7041f97303dbddad9d69f47fcde6277a8a4c9.zip
Initial build infrastructure
Diffstat (limited to 'src')
-rw-r--r--src/app.coffee3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app.coffee b/src/app.coffee
new file mode 100644
index 0000000..08c8575
--- /dev/null
+++ b/src/app.coffee
@@ -0,0 +1,3 @@
+lodash = require 'lodash'
+
+document.write '<h1>Hello</h1>'