summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuelockwood <deathbear@apache.org>2013-12-04 14:56:43 -0500
committersuelockwood <deathbear@apache.org>2013-12-04 14:56:43 -0500
commit1ba9aa35a17ec7710a941981644111e655c7ecf4 (patch)
tree6f290e3631dd3efd78b51f1fb3b7f478f4751e2b
parent72c781076216107bf7bb1de6d17853ae0e784efb (diff)
downloadcouchdb-1ba9aa35a17ec7710a941981644111e655c7ecf4.tar.gz
Added 'copy:ace' to the release task and out of the couchdebug one
-rw-r--r--src/fauxton/Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fauxton/Gruntfile.js b/src/fauxton/Gruntfile.js
index 75fcc5d1f..e8a12bec9 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