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

Reversed imported files (in some cases) #25

Closed
matehat opened this issue Mar 15, 2013 · 1 comment
Closed

Reversed imported files (in some cases) #25

matehat opened this issue Mar 15, 2013 · 1 comment
Labels

Comments

@matehat
Copy link
Owner

matehat commented Mar 15, 2013

As was reported by @compressed in #24:

One other question I have now in regards to the import line. I was playing around with importing some JS files from bootstrap. Does the import abide by the ordering of the files in the import? For instance, in my application.js (bundle) I have this:

// import ["jquery.js","bootstrap-tooltip.js","bootstrap-popover.js"]

but when I look at build/js/application.js (after running brake all) the code appears in the opposite order (popover first, then tooltip, then jquery last). Is that expected? I'd want JQuery first, followed by tooltip and then popover.

@matehat
Copy link
Owner Author

matehat commented Mar 15, 2013

Definitely shouldn't happen. I'll look into this now

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

1 participant