You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/09/13 01:40:05 UTC

[2/9] js commit: add firefoxos to gruntfile

add firefoxos to gruntfile


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/c8a03133
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/c8a03133
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/c8a03133

Branch: refs/heads/master
Commit: c8a0313389c657d2a65254416fd6f68d5a7dd851
Parents: db0e689
Author: James Long <lo...@gmail.com>
Authored: Fri Aug 16 13:19:33 2013 -0400
Committer: James Long <lo...@gmail.com>
Committed: Fri Aug 16 13:19:33 2013 -0400

----------------------------------------------------------------------
 Gruntfile.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/c8a03133/Gruntfile.js
----------------------------------------------------------------------
diff --git a/Gruntfile.js b/Gruntfile.js
index 94da640..9afeded 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -32,6 +32,7 @@ module.exports = function(grunt) {
           "test": {},
           "windows8": { useWindowsLineEndings: true },
           "windowsphone": { useWindowsLineEndings: true },
+          "firefoxos": {}
         },
         clean: ['pkg'],
         jshint: {