From f0be10bbda72ea851ed483604f819bcc099763e8 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sat, 23 Mar 2013 00:32:31 -0700 Subject: [PATCH] Added PhantomJS as a sub --- .gitmodules | 3 +++ phantomjs | 1 + 2 files changed, 4 insertions(+) create mode 160000 phantomjs diff --git a/.gitmodules b/.gitmodules index c2f09c3..2d78845 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "pjscrape"] path = pjscrape url = git@github.com:nrabinowitz/pjscrape.git +[submodule "phantomjs"] + path = phantomjs + url = git@github.com:ariya/phantomjs.git diff --git a/phantomjs b/phantomjs new file mode 160000 index 0000000..bda3355 --- /dev/null +++ b/phantomjs @@ -0,0 +1 @@ +Subproject commit bda3355060c103f0431336b570b339ad4d61380c -- 2.34.1