Github user kxepal commented on the pull request:
https://github.com/apache/couchdb-fauxton/pull/308#issuecomment-77545492
Hm...cannot build fresh fauxton:
```
Running "requirejs:compile" (requirejs) task
Error: ENOENT: no such file or directory, open
'/home/kxepal/projects/couchdb/asf/couchdb-fauxton/app/addons/documents/pagination/pagination.react.js'
In module tree:
main
load_addons
addons/documents/base
addons/documents/routes
addons/documents/views
{ [Error: Error: ENOENT: no such file or directory, open
'/home/kxepal/projects/couchdb/asf/couchdb-fauxton/app/addons/documents/pagination/pagination.react.js'
In module tree:
main
load_addons
addons/documents/base
addons/documents/routes
addons/documents/views
at Error (native)
]
originalError:
{ [Error: ENOENT: no such file or directory, open
'/home/kxepal/projects/couchdb/asf/couchdb-fauxton/app/addons/documents/pagination/pagination.react.js']
errno: -2,
code: 'ENOENT',
syscall: 'open',
path:
'/home/kxepal/projects/couchdb/asf/couchdb-fauxton/app/addons/documents/pagination/pagination.react.js',
fileName:
'/home/kxepal/projects/couchdb/asf/couchdb-fauxton/app/addons/documents/pagination/pagination.react.js',
moduleTree:
[ 'addons/documents/views',
'addons/documents/routes',
'addons/documents/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.
---