Gadi Cohen
Gadi Cohen
Awesome, appreciated!
Check out the latest commit on master. What about block helpers? I looked at the jade package, it looks like this, right? ``` jade body +ifEven(value=2) | Hello world ```...
The way it's designed is to allow flexibility by the project developers... the strings won't update immediately by default but things can be setup so that waitOn is not required...
Hey @Saeeed-B Great job on figuring this out and thanks so much for reporting back and helping others from your experiences! Best wishes
Hey, no, this package doesn't do sitemap indexes. However, you can call `sitemaps.add()` as many times as you want (with different filenames), and it will automatically add these to your...
Hey, sorry for the late reply. Actually I'm surprised this works at all... isn't all the UI stuff only available on the client? Sitemaps runs on the server. But I...
If I'm not mistaken (correct me if you find otherwise), this should work without a problem. But as discussed, it gets added at an app level.
Sorry, my bad. You reminded me now that we intentionally skip the package dir because of https://github.com/gadicc/meteor-messageformat/issues/21. This needs to be sorted out properly, so hold off with the patch...
Yeah, sorry, it gets a bit confusing with all the different use cases, but yes, you'll still be able to add the `mf:ui` package, or whatever we end up calling...
Hey, just to be clear, can you paste a copy of the template and mention which Meteor version you're using? It's gotten quiet difficult to support 0.8.2-, 0.8.3, 0.9.0, and...