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

jQuery dependency must be explicitly declared #8

Closed
apendua opened this issue Mar 19, 2015 · 6 comments
Closed

jQuery dependency must be explicitly declared #8

apendua opened this issue Mar 19, 2015 · 6 comments

Comments

@apendua
Copy link

apendua commented Mar 19, 2015

... otherwise we will keep getting errors like this:

zrzut ekranu 2015-03-19 o 09 16 27

@apendua apendua changed the title jQuery dependency must be explicitly defined jQuery dependency must be explicitly declared Mar 19, 2015
@nightrain912
Copy link

I have already sent a pull request: #7

@lb-
Copy link

lb- commented Mar 23, 2015

+1

@apendua
Copy link
Author

apendua commented Mar 23, 2015

The current workaround is to put jquery package before semantic:ui-css on the list of packages in .meteor/packages file.

@jlukic
Copy link
Member

jlukic commented Mar 23, 2015

How would you do this in package.js? Actually include jquery in the repo and addFile it? Or is there way to specify another package as a dependency in atmosphere?

@apendua
Copy link
Author

apendua commented Mar 23, 2015

Like this:

api.use('jquery', 'client');

@apendua
Copy link
Author

apendua commented Mar 23, 2015

jquery is actually a core Meteor package

@jlukic
Copy link
Member

jlukic commented Mar 23, 2015

Fixed in publish script, will update with next version tick
Semantic-Org/Semantic-UI@893d688

@jlukic jlukic closed this as completed Mar 23, 2015
juanpescador added a commit to juanpescador/ynabdebtsync that referenced this issue Aug 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants