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 2014/04/16 02:31:14 UTC

[10/11] git commit: Fixing the pre command

Fixing the pre command


Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/55da27cb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/55da27cb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/55da27cb

Branch: refs/heads/master
Commit: 55da27cb20628c470fa3ed78b1a095e6a256b8a4
Parents: 8691cd9
Author: Josh Bavari <jo...@raisemore.com>
Authored: Tue Apr 8 17:13:48 2014 -0500
Committer: Josh Bavari <jo...@raisemore.com>
Committed: Tue Apr 8 17:13:48 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/55da27cb/Gruntfile.js
----------------------------------------------------------------------
diff --git a/Gruntfile.js b/Gruntfile.js
index 506f80c..fd74c35 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -138,5 +138,5 @@ module.exports = function(grunt) {
           'shell:iriscouch'   
       ]);
   });
-  grunt.registerTask('pre', ['copy:before', 'preprocess']);
+  grunt.registerTask('pre', ['copy:before', 'preprocess', 'copy:after']);
 };