Github user kxepal commented on the pull request:
https://github.com/apache/couchdb/pull/194#issuecomment-38620920
Have applied patch on current [master
HEAD](https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=1fb7cea25b60585b16bdd786cd3e2b299fa384df)
and ran `./bin/grunt -v couchapp_deploy` gave me next error:
```
Running "requirejs:compile" (requirejs) task
Verifying property requirejs.compile exists in config...OK
File: [no files]
Options: logLevel=0, done=undefined, baseUrl="app",
mainConfigFile="app/config.js", out="dist/debug/require.js", name="config",
wrap=false, optimize="none", findNestedDependencies
Error: ENOENT, no such file or directory
'/home/kxepal/projects/couchdb/fauxton/src/fauxton/app/d3.global.js'
In module tree:
main
load_addons
addons/stats/base
addons/stats/routes
addons/stats/views
{ [Error: Error: ENOENT, no such file or directory
'/home/kxepal/projects/couchdb/fauxton/src/fauxton/app/d3.global.js'
In module tree:
main
load_addons
addons/stats/base
addons/stats/routes
addons/stats/views
at Object.fs.openSync (fs.js:427:18)
]
originalError:
{ [Error: ENOENT, no such file or directory
'/home/kxepal/projects/couchdb/fauxton/src/fauxton/app/d3.global.js']
errno: 34,
code: 'ENOENT',
path:
'/home/kxepal/projects/couchdb/fauxton/src/fauxton/app/d3.global.js',
syscall: 'open',
fileName:
'/home/kxepal/projects/couchdb/fauxton/src/fauxton/app/d3.global.js',
moduleTree:
[ 'addons/stats/views',
'addons/stats/routes',
'addons/stats/base',
'load_addons',
'main' ] } }
```
---
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.
---