From 43f324eeef3d2efaee1cd479ba70b1a936d15873 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Tue, 15 Dec 2015 15:04:34 -0800 Subject: [PATCH] Add shell script to download and link foundation-docs repo --- docslink.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 docslink.sh diff --git a/docslink.sh b/docslink.sh new file mode 100755 index 000000000..5b69e158d --- /dev/null +++ b/docslink.sh @@ -0,0 +1,3 @@ +# Clones the foundation-docs repo and links it to NPM locally +git clone https://github.com/zurb/foundation-docs +npm link ./foundation-docs -- 2.47.2