From 847478a84512bf99bda6148fea0a83ce8da08937 Mon Sep 17 00:00:00 2001 From: webclip Date: Fri, 10 Feb 2017 00:21:19 -0500 Subject: [PATCH] Some cosmetics and minor mods. --- autosize.min.js | 1 + nodemon.json | 3 +++ 2 files changed, 4 insertions(+) create mode 120000 autosize.min.js create mode 100644 nodemon.json diff --git a/autosize.min.js b/autosize.min.js new file mode 120000 index 0000000..c4af144 --- /dev/null +++ b/autosize.min.js @@ -0,0 +1 @@ +node_modules/autosize/dist/autosize.min.js \ No newline at end of file diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 0000000..c028df3 --- /dev/null +++ b/nodemon.json @@ -0,0 +1,3 @@ +{ + "ignoreRoot": [".git"] +}