[ 
https://issues.apache.org/jira/browse/COUCHDB-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13604334#comment-13604334
 ] 

Russell Branca commented on COUCHDB-1708:
-----------------------------------------

Hey Garren,


Glad to see progress being made on this. Couple things, this adds in some 
additional dependencies that are not currently in the build system, such as 
express.js, those should be added into package.json so we can have this running 
with npm install.

Also, we should rollback the change on the window.location.origin stuff at: 
https://github.com/apache/couchdb/commit/d2040ab43aa9a31d3442bce2cdd514003fad7e4a#L0R31

Basically window.location.origin is a non standard browser feature of chrome, 
and was causing firefox and ie to have issues. We can just stick with "host: 
window.location.protocol + "//" + window.location.host" as that will work in 
any browser, no need to conditionally use window.location.origin.

Excited to see this working Garren!
                
> The bbb server task should work and allow you to make changes without a full 
> build run
> --------------------------------------------------------------------------------------
>
>                 Key: COUCHDB-1708
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1708
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Fauxton
>            Reporter: Russell Branca
>            Assignee: Garren Smith
>
> Right now the bbb server task partially works, but has some issues with paths 
> and doesn't do everything needed to use it as a primary development 
> environment. At the very least, the paths need to be fixed for this to work 
> properly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to