You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by as...@apache.org on 2013/09/21 17:01:30 UTC

svn commit: r1525249 - in /incubator/devicemap/trunk/browsermap/trunk: Gruntfile.js README.md

Author: asavory
Date: Sat Sep 21 15:01:29 2013
New Revision: 1525249

URL: http://svn.apache.org/r1525249
Log:
DMAP-28 Switch back to PhantomJS


Modified:
    incubator/devicemap/trunk/browsermap/trunk/Gruntfile.js
    incubator/devicemap/trunk/browsermap/trunk/README.md

Modified: incubator/devicemap/trunk/browsermap/trunk/Gruntfile.js
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/browsermap/trunk/Gruntfile.js?rev=1525249&r1=1525248&r2=1525249&view=diff
==============================================================================
--- incubator/devicemap/trunk/browsermap/trunk/Gruntfile.js (original)
+++ incubator/devicemap/trunk/browsermap/trunk/Gruntfile.js Sat Sep 21 15:01:29 2013
@@ -29,7 +29,7 @@ module.exports = function (grunt) {
             continuous: {
                 configFile: 'src/test/karma.conf.js',
                 singleRun: true,
-                browsers: ['Firefox']
+                browsers: ['PhantomJS']
             }
         },
         jshint: {

Modified: incubator/devicemap/trunk/browsermap/trunk/README.md
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/browsermap/trunk/README.md?rev=1525249&r1=1525248&r2=1525249&view=diff
==============================================================================
--- incubator/devicemap/trunk/browsermap/trunk/README.md (original)
+++ incubator/devicemap/trunk/browsermap/trunk/README.md Sat Sep 21 15:01:29 2013
@@ -68,6 +68,7 @@ Afterwards use `npm` to globally install
 
     npm install -g grunt-cli
     npm install -g jscoverage
+    npm install -d
 
 The tests can be run with `grunt test` inside the browsermap folder.