Skip to main content
charlesn79540358
Inspiring
November 8, 2017
Answered

Question on one of the javascript links

  • November 8, 2017
  • 1 reply
  • 195 views

<script src="https://code.createjs.com/createjs-2015.11.26.min.js"></script> this gets created when the project is publish. Would did this ever go down or is better to put the code into its on js file?

Hopefully this makes sense.

Thank you.

    This topic has been closed for replies.
    Correct answer Colin Holgate

    One problem case is when you are doing a demo, and you happen to be in a room that doesn't have Internet, your demo would fail.

    If you are worried about the possibility you could uncheck the box in publish settings, then it will put the libraries into your publish folder:

    1 reply

    Colin Holgate
    Colin HolgateCorrect answer
    Inspiring
    November 8, 2017

    One problem case is when you are doing a demo, and you happen to be in a room that doesn't have Internet, your demo would fail.

    If you are worried about the possibility you could uncheck the box in publish settings, then it will put the libraries into your publish folder:

    charlesn79540358
    Inspiring
    November 8, 2017

    okay thank you so much