This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
How to use jade when creating your own package? #83
Labels
Comments
Yes it's possible, just add |
Thanks, I found the exact syntax to be |
I've spent a couple of hours trying to make it work. That's what I need:
Without specifying the version, I've always got |
@nesvet I have no idea. The constraint solving is handled by meteor and I don't think this package can do anything to fix that. |
hey I've just stumbled on this very issue and specifying the version helps a lot.. What a headache. |
sorry, to be more specific I had the same problem as Nesvet and the version lock fixes the issue. |
@KristerV Feel free to propose a PR explaining that in the README.md documentation. |
KristerV
added a commit
to KristerV/meteor-jade
that referenced
this issue
May 14, 2015
Also added TOC while I was at it.
ok, here it is. #136 |
mquandalle
added a commit
that referenced
this issue
May 16, 2015
Add mention about bug mentioned in #83
Related: meteor/meteor#4170 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am writing my own package, and I would like to use jade for the templates.
Is it possible? What dependency should I add?
The text was updated successfully, but these errors were encountered: