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 2013/12/16 21:03:42 UTC

[22/50] git commit: updated refs/heads/1744-single-config-file to 1c344a9

Added 'copy:ace' to the release task and out of the couchdebug one


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

Branch: refs/heads/1744-single-config-file
Commit: 1ba9aa35a17ec7710a941981644111e655c7ecf4
Parents: 72c7810
Author: suelockwood <de...@apache.org>
Authored: Wed Dec 4 14:56:43 2013 -0500
Committer: suelockwood <de...@apache.org>
Committed: Wed Dec 4 14:56:43 2013 -0500

----------------------------------------------------------------------
 src/fauxton/Gruntfile.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/1ba9aa35/src/fauxton/Gruntfile.js
----------------------------------------------------------------------
diff --git a/src/fauxton/Gruntfile.js b/src/fauxton/Gruntfile.js
index 75fcc5d..e8a12be 100644
--- a/src/fauxton/Gruntfile.js
+++ b/src/fauxton/Gruntfile.js
@@ -423,7 +423,7 @@ module.exports = function(grunt) {
 
   grunt.registerTask('watchRun', ['clean:watch', 'dependencies', 'jshint']);
   // build a release
-  grunt.registerTask('release', ['clean' ,'dependencies', "gen_initialize:release", 'jshint', 'build', 'minify', 'copy:dist']);
+  grunt.registerTask('release', ['clean' ,'dependencies', "gen_initialize:release", 'jshint', 'build', 'minify', 'copy:dist', 'copy:ace']);
 
   /*
    * Install into CouchDB in either debug, release, or couchapp mode
@@ -431,7 +431,7 @@ module.exports = function(grunt) {
   // make a development install that is server by mochiweb under _utils
   grunt.registerTask('couchdebug', ['debug', 'copy:couchdebug']);
   // make a minimized install that is server by mochiweb under _utils
-  grunt.registerTask('couchdb', ['release', 'copy:ace', 'copy:couchdb']);
+  grunt.registerTask('couchdb', ['release', 'copy:couchdb']);
   // make an install that can be deployed as a couchapp
   grunt.registerTask('couchapp_setup', ['release']);
   // install fauxton as couchapp