You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2014/02/04 07:23:11 UTC

[6/6] js commit: Adding compile-browserify grunt task

Adding compile-browserify grunt task


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

Branch: refs/heads/browserify
Commit: c08165e77eab64f48d1f1a363072adfecdbe040e
Parents: bc7843e
Author: Anis Kadri <an...@apache.org>
Authored: Mon Feb 3 22:22:14 2014 -0800
Committer: Anis Kadri <an...@apache.org>
Committed: Mon Feb 3 22:22:14 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/c08165e7/Gruntfile.js
----------------------------------------------------------------------
diff --git a/Gruntfile.js b/Gruntfile.js
index 683c9de..ed153bd 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -33,6 +33,9 @@ module.exports = function(grunt) {
             "ubuntu": {},
             "browser": {}
         },
+        "compile-browserify": {
+            "ios": {}
+        },
         clean: ['pkg'],
         jshint: {
             options: {