Github user garrensmith commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/318#discussion_r26471014
--- Diff: Gruntfile.js ---
@@ -407,7 +407,7 @@ module.exports = function(grunt) {
shell: {
'build-jsx': {
command: [
- './node_modules/react-tools/bin/jsx -x jsx app/addons/
app/addons/',
+ 'node ./node_modules/react-tools/bin/jsx -x jsx app/addons/
app/addons/',
'rm -rf <%= src_path %>/js/app/views/.module-cache/'
--- End diff --
Actually that whole line can be removed since it actually doesn't work. The
`.module-cache` isn't saved to that directory.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---