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/04/24 23:11:13 UTC

[28/45] 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/0d10f5f0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/0d10f5f0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/0d10f5f0

Branch: refs/heads/master
Commit: 0d10f5f0c3a52fabb304a7980b021170e951fd05
Parents: b10197c
Author: Anis Kadri <an...@apache.org>
Authored: Mon Feb 3 22:22:14 2014 -0800
Committer: Anis Kadri <an...@apache.org>
Committed: Thu Mar 27 15:20:21 2014 +0100

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


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