Version tag

Hi there, I would appreciate help with telling Pip to register my local build with a tag such as “0.12.0”. I have “tag-0.12.0” and the problem is that when the app is launched the HTML generated has a script URL (with this tag) for a css/js file on the CDN that does not obviously exist.

Thanks!

I’m afraid I don’t understand what’s going on for you.

To help track it down, can you share some of the code to generate

the html and the example of the css/js link that doesn’t exist?

···

On 9/4/16 3:12 AM, wrote:

[email protected]

    Hi there, I would appreciate help with telling Pip

to register my local build with a tag such as “0.12.0”. I have
“tag-0.12.0” and the problem is that when the app is launched
the HTML generated has a script URL (with this tag) for a css/js
file on the CDN that does not obviously exist.

Thanks!

  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/8ce5b862-6f34-4e40-ad5f-bc69c432fa7c%40continuum.io](https://groups.google.com/a/continuum.io/d/msgid/bokeh/8ce5b862-6f34-4e40-ad5f-bc69c432fa7c%40continuum.io?utm_medium=email&utm_source=footer).

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


Sarah Bird
Developer, Bokeh

    [
      ![Continuum Analytics](http://docs.continuum.io/_static/img/ContinuumWordmark.png)
    ](http://continuum.io)

It also sounds like you are making a custom local build of some sort? If that's the case, more info is also need how/why/what you are actually trying to accomplish with a local build.

Bryan

···

On Sep 4, 2016, at 11:28 PM, Sarah Bird - Continuum <[email protected]> wrote:

I'm afraid I don't understand what's going on for you.

To help track it down, can you share some of the code to generate the html and the example of the css/js link that doesn't exist?

On 9/4/16 3:12 AM, [email protected] wrote:

Hi there, I would appreciate help with telling Pip to register my local build with a tag such as "0.12.0". I have "tag-0.12.0" and the problem is that when the app is launched the HTML generated has a script URL (with this tag) for a css/js file on the CDN that does not obviously exist.

Thanks!
--
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/8ce5b862-6f34-4e40-ad5f-bc69c432fa7c%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
Sarah Bird
Developer, Bokeh

--
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/74171567-df0b-12f3-16e0-f3e3ab62e05e%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

For what its worth, you could always load the CSS/JS “inline” (and skip the CDN) to get around this issue?

Or I guess edit output HTML file to point to a correct location on the CDN.

···

On Sunday, 4 September 2016 16:37:17 UTC+1, [email protected] wrote:

Hi there, I would appreciate help with telling Pip to register my local build with a tag such as “0.12.0”. I have “tag-0.12.0” and the problem is that when the app is launched the HTML generated has a script URL (with this tag) for a css/js file on the CDN that does not obviously exist.

Thanks!