-
Notifications
You must be signed in to change notification settings - Fork 6
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
Include templates in conditional sentences #15
Comments
Hello! There is, indeed, an issue with Thanks for notifing! |
You are wellcome. I opened this issue because now I'm in a development in which would like to use Kiwi in all its power or use a workaround if simulating. This development will take about a week so would like to know how much time it will cost you to complete the correction using the new version of the compiler. I would try this new compiler. One think more, when you talk about a new compiler, this new compiler would be a major change or a new "Kiwi2", or it would bee "Kiwi" instead? Many thanks for everything. L. |
You can expect the update on a testing branch within one week, if everything goes as expected. |
This is a good new, but not enough good for me (damned deadlines...). I think that I'll implemenbt the workaround and review your work in two weeks. |
@pierresforge Hello, I was wondering regarding the updated, how it's going? :) any info would help :D |
@pierresforge +1 to panosru's question. How it's going? |
Bump... :) anyone manage to get this going? Would be nice to include templates inside conditionals. |
Has this project been abandoned? |
Not at all. |
Thanks for the reply. Much appreciated. |
Hello, first of all I want to agree you for your Kiwi template engine, it's very good and satisfies most of all needs that I have. This is a great job!
I want to comment you one issue that I'm having with the template engine. In one development I have to to include one javascript file or render it inline according to a variable... and I think that template system crashes.
This is the example code where I've got this issue:
mini_framework.js is a symlink of _mini_framework(.kiwi).
And when I try to execute this code I've got an syntax error at compiler.js file (the trace is SyntaxError: Unexpected token else, at Object.Function (unknown source), at onCompiled (/yyyyyyy/node_modules/kiwi/lib/compiler.js:70:16), )
Is it an issue, the system doesn't have this feature or I'm missing something (it's the most probable)?
Regards,
L.
The text was updated successfully, but these errors were encountered: