Repository: couchdb-fauxton Updated Branches: refs/heads/master b53a4db5a -> 118aea1e7
transform jsx on release transform the jsx in case `grunt dev` wasn't run before, e.g. when building couchdb using `make` Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/118aea1e Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/118aea1e Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/118aea1e Branch: refs/heads/master Commit: 118aea1e753d3431ba5f8f609df7a206535d7448 Parents: b53a4db Author: Robert Kowalski <[email protected]> Authored: Tue Jan 20 17:28:06 2015 +0100 Committer: Robert Kowalski <[email protected]> Committed: Wed Jan 21 12:30:24 2015 +0100 ---------------------------------------------------------------------- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/118aea1e/Gruntfile.js ---------------------------------------------------------------------- diff --git a/Gruntfile.js b/Gruntfile.js index 13d8fc6..bcf9285 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -540,7 +540,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', 'copy:dist', 'copy:ace', 'copy:zeroclip']); + 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']); /*
