From 56ac54d16ec68d03b4085fbd5a353e1afef2b3e5 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 5 Jan 2016 12:30:13 -0500 Subject: [PATCH] add robots.txt --- dashboard-ui/robots.txt | 2 ++ dashboard-ui/vulcanize.txt | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 dashboard-ui/robots.txt delete mode 100644 dashboard-ui/vulcanize.txt diff --git a/dashboard-ui/robots.txt b/dashboard-ui/robots.txt new file mode 100644 index 0000000000..77470cb39f --- /dev/null +++ b/dashboard-ui/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file diff --git a/dashboard-ui/vulcanize.txt b/dashboard-ui/vulcanize.txt deleted file mode 100644 index 021276cf48..0000000000 --- a/dashboard-ui/vulcanize.txt +++ /dev/null @@ -1 +0,0 @@ -vulcanize vulcanize-in.html > vulcanize-out.html --strip-comments --inline-scripts --inline-css \ No newline at end of file