From: Timo Tijhof Date: Tue, 13 Feb 2018 01:34:26 +0000 (-0800) Subject: build: Add grunt target for 'karma:firefox' X-Git-Tag: 1.31.0-rc.0~601^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=a6486aad268ed164d65e84f4f5fa7d80e1b94818;p=lhc%2Fweb%2Fwiklou.git build: Add grunt target for 'karma:firefox' The 'karma:more' doesn't seem particularly useful, but the ability to run Firefox from a preset seems more useful. Especially from CI in Travis where one might want to use only one or the other. Change-Id: I522295298888e8566781d81fa14dd08368bf0ce4 --- diff --git a/Gruntfile.js b/Gruntfile.js index d1ef72f270..cb9a20d0a7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -98,8 +98,8 @@ module.exports = function ( grunt ) { chromium: { browsers: [ 'Chromium' ] }, - more: { - browsers: [ 'Chrome', 'Firefox' ] + firefox: { + browsers: [ 'Firefox' ] } }, copy: {