GitHub user robertkowalski opened a pull request:

    https://github.com/apache/couchdb-fauxton/pull/321

    build: fix order of tasks

    fix error where specific files where not available for the build,
    resulting in
    
    ```
    Running "requirejs:compile" (requirejs) task
    Error: ENOENT, no such file or directory
    '/home/travis/build/robertkowalski/couchdb/src/fauxton/app/initialize.js'
    In module tree:
        main
          app
    
    ```
    
    how to reproduce the error, on couchdb master:
    
    ```
    rm -rf share/www/ && rm -rf src/fauxton/dist && rm \
    src/fauxton/app/initialize.js && make fauxton
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/robertkowalski/couchdb-fauxton fix-build

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-fauxton/pull/321.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #321
    
----
commit 7689b0aacd5c525de005e431fc91c30f3bd1f2ce
Author: Robert Kowalski <[email protected]>
Date:   2015-03-18T12:21:49Z

    build: fix order of tasks
    
    fix error where specific files where not available for the build,
    resulting in
    
    ```
    Running "requirejs:compile" (requirejs) task
    Error: ENOENT, no such file or directory
    '/home/travis/build/robertkowalski/couchdb/src/fauxton/app/initialize.js'
    In module tree:
        main
          app
    
    ```
    
    how to reproduce the error, on couchdb master:
    
    ```
    rm -rf share/www/ && rm -rf src/fauxton/dist && rm \
    src/fauxton/app/initialize.js && make fauxton
    ```

----


---
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.
---

Reply via email to