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

jade-handlebars with coffeescript #13

Open
crapthings opened this issue Feb 16, 2013 · 4 comments
Open

jade-handlebars with coffeescript #13

crapthings opened this issue Feb 16, 2013 · 4 comments

Comments

@crapthings
Copy link

if put .jade and .coffee into same level folder meteor will load .coffee before .jade, then it causes no such template.

now i put .jade into a deep folder, but i think this is not convenient.

@Whoaa512
Copy link

This is a problem with the way meteor loads things, not necessarily with this package.

@Ulrar
Copy link

Ulrar commented May 8, 2013

The files are loaded in alphabetical order, you have to make sure the .jade files are before the .coffee files ..
You could just add _ in front of each jade file, to make sure.

It's said there is a way for a package to specify it wants to be loaded before some other, may be it would be the solution here ? I can't find any real information on how to do that though.

@AdrienLemaire
Copy link

Thanks, I was struggling trying to understand why jade + coffee wouldn't work together, but now it makes sense. I'll prefix my jade file with an underscore :)

AdrienLemaire referenced this issue in AdrienLemaire/CoinsManager Jan 8, 2014
@hamxiaoz
Copy link

hamxiaoz commented May 1, 2014

I think this is solved in meteor-jade v0.2.2

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

5 participants