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

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

Yeah I got bbb server working to the point where most of the static assets will 
load up, but the proxy isn't working and there is some odd bit causing the app 
to not initialize and results in a bunch of failed lookups for require.js.

The two tricky bits to getting this up and running are:

1) Setting up a proxy to CouchDB that allows to avoid prefixing requests into 
/api or some such.

2) Loading all of the modules individually when they change. I know there was a 
lot of work in bbb done to make this bit work well, so that you don't have to 
do a concatenated version of all your modules every time a file changes.

That said, I'm +1 to whatever is the best solution for getting a working server 
task in place.
                
> 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