You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/03/18 11:32:01 UTC

[2/2] fauxton commit: updated refs/heads/master to 65e0933

Fix couchapp_deploy


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/6b9691cf
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/6b9691cf
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/6b9691cf

Branch: refs/heads/master
Commit: 6b9691cf1c25a913fc3de29ef00fb9949c9ed40d
Parents: c091c8e
Author: Alexander Shorin <kx...@apache.org>
Authored: Fri Mar 13 05:37:14 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Wed Mar 18 13:29:08 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/6b9691cf/Gruntfile.js
----------------------------------------------------------------------
diff --git a/Gruntfile.js b/Gruntfile.js
index e7c3b4e..8bfd7b6 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -538,7 +538,7 @@ module.exports = function(grunt) {
 
   // build a release
   grunt.registerTask('release', ['clean' ,'dependencies', "gen_initialize:release", 'jshint', 'shell:build-jsx', 'build', 'copy:dist', 'copy:ace', 'copy:zeroclip']);
-  grunt.registerTask('couchapp_release', ['clean' ,'dependencies', "gen_initialize:couchapp", 'jshint', 'build', 'copy:dist', 'copy:ace', 'copy:zeroclip']);
+  grunt.registerTask('couchapp_release', ['clean' ,'dependencies', "gen_initialize:couchapp", 'jshint', 'shell:build-jsx', 'build', 'copy:dist', 'copy:ace', 'copy:zeroclip']);
 
   /*
    * Install into CouchDB in either debug, release, or couchapp mode