Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build on 5.16.1+ fails #3

Closed
Achiel opened this issue Jun 22, 2015 · 4 comments
Closed

build on 5.16.1+ fails #3

Achiel opened this issue Jun 22, 2015 · 4 comments
Labels

Comments

@Achiel
Copy link

Achiel commented Jun 22, 2015

Heya,

this widget doesn't seem to be building on 5.16.1+, due to jquery not being loaded correctly.

I'd suggest you remove the duplicate jquery versionsin your lib (you seem to have jquery.js and jquery-1.11.2.min.js) and replace them with the jquery from this pull request:
mendix/AppStoreWidgetBoilerplate#13

That version omits the string in the define on line 10307.

If you change all dependencies to that jquery version you should be ok. AFAICT that's only jquery.jplayer.js

Let me know if there's anything else I can do to help :)

Achiel

@acellam acellam added the bug label Jun 22, 2015
@acellam
Copy link
Owner

acellam commented Jun 22, 2015

I have used your suggestion but i am running into this error.

404 - file not found for file: mxclientsystem/jquery.js

@Achiel
Copy link
Author

Achiel commented Jun 22, 2015

You also need to update jquery.jplayer.js to point to that jquery. You'll need to use a full path.

@acellam
Copy link
Owner

acellam commented Jun 23, 2015

@acellam acellam closed this as completed Jun 23, 2015
@Achiel
Copy link
Author

Achiel commented Jun 23, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants