1. #1
    Sencha User
    Join Date
    Sep 2012
    Location
    Ljubljana
    Posts
    23
    Vote Rating
    0
    TipyTop is on a distinguished road

      0  

    Default Unanswered: Production build problem

    Unanswered: Production build problem


    I add some scripts references in app.json before sencha script and all scripts are in app/scripts folder.

    Problem is that all my access to global functions in those scripts is missing, but files are included and are in right path - app/scripts. It says:
    • message: "Can't find variable: Base"
    • __proto__: ReferenceError

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,641
    Vote Rating
    434
    Answers
    3106
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Is the scripts built with Ext.define or a 3rd party code?
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha User
    Join Date
    Sep 2012
    Location
    Ljubljana
    Posts
    23
    Vote Rating
    0
    TipyTop is on a distinguished road

      0  

    Default


    Quote Originally Posted by mitchellsimoens View Post
    Is the scripts built with Ext.define or a 3rd party code?
    With 3rd party code.

    I forgot to update on this issue. I managed to get things working together and I think (it was few days ago ) the problem was with cordova.js file, because I didn't include it in app.json.

    I would mark this post as an answer, if I could.
    Last edited by TipyTop; 9 Oct 2012 at 6:51 AM. Reason: Last line added.

Tags for this Thread