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/6866193d Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/6866193d Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/6866193d Branch: refs/heads/ffos Commit: 6866193d2a0947c3dd35a55e11b5ec69f8e225cc Parents: 01119a9 Author: James Long <[email protected]> Authored: Fri Aug 16 13:19:33 2013 -0400 Committer: Steven Gill <[email protected]> Committed: Wed Sep 11 15:47:23 2013 -0700 ---------------------------------------------------------------------- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/6866193d/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: {
