From: Geoff Kimball Date: Tue, 15 Dec 2015 23:04:34 +0000 (-0800) Subject: Add shell script to download and link foundation-docs repo X-Git-Tag: v6.0.6~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43f324eeef3d2efaee1cd479ba70b1a936d15873;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add shell script to download and link foundation-docs repo --- 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