2015/04/14 team meeting summary

[Hi all, to promote more transparency into the development process and direction we intend to publish summaries of our weekly meetings]

Bokeh Meeting Summary
April 14, 2015

Discussion topics:

* Rough 0.9 timeframe

  resolution: proposed and agreed mid-May target for 0.9 released

* 0.9 milestone review meeting

  resolution: milestone review next Wednesday

* Workflow discussion (TravisSwicegood.com | Workflow with Git ?)
    
  resolution: start or update existing BEP to document more details release-branch process (when to branch, etc.)

* Remove/simplify “dev”/”split” resources

  resolution: worth investigating if multi-file debugging can still be supported with new gulp/browserify build

* FYI: Potential outside engagement for server improvement work

* Remove/simplify “dev”/”split” resources

        resolution: worth investigating if multi-file debugging can still
be supported with new gulp/browserify build

watchify + source maps. Watchify should give you incremental (fast)
builds, and source maps makes it so that you dont' debug a monstrous
javascript file

···

From my recollection this is impossible, but you can get pretty far with

Thanks for sending these out!

···

On Wed, Apr 15, 2015 at 1:44 PM, Hugo Shi [email protected] wrote:

You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].

To post to this group, send email to [email protected].

To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/CAMn%3DpDSwyeFP3of-BUNkuR%3D2PjRRDOJSCX2L13yQ_EonmrPZ2w%40mail.gmail.com.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

  • Remove/simplify “dev”/”split” resources

      resolution: worth investigating if multi-file debugging can still be supported with new gulp/browserify build
    

From my recollection this is impossible, but you can get pretty far with watchify + source maps. Watchify should give you incremental (fast) builds, and source maps makes it so that you dont’ debug a monstrous javascript file