install phantomjs modules
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 30 Jan 2014 22:28:56 +0000 (22:28 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 30 Jan 2014 22:28:56 +0000 (22:28 +0000)
test/Makefile

index 33c5fb3..09f3555 100644 (file)
@@ -30,7 +30,7 @@ jsbeautifier jsb indent:
 
 node-modules: node_modules
 node_modules:
-       npm install ${NPM_INSTALL_FLAGS} jQuery xmlhttprequest jsdom request jasmine-node
+       npm install ${NPM_INSTALL_FLAGS} jQuery xmlhttprequest jsdom request jasmine-node phantomjs
 
 help:
        @echo "make [ all | check | clean | distclean ]"