Open gonzalodiaz opened 9 years ago
This was a long time ago, but I wanted to comment that I do use SWIG with this just fine. Without running the code above, it looks like its a mistake in the code itself. It should be something like:
{% for cssFile in cssFiles %}
{{ CDN(cssFileVal) }}
{% endfor %}
Is this library able to work with html + swig instead of jade or ejs?
I had this code:
where
cssFiles
it is the list of Css Files stored as String in a config file.I've change it to this:
But the code in {{}} is not pre processed, so I end having this:
I will really appreciate some help to make this work. Thanks