Does anyone know why trying to render a variable that contains a url, it hides the "http:" part and only shows "//restoftheurl.com"? even when using triple braces to cancel escaping? ie {{{myUrl}}}
Ricardo Mendes
@locks
@Surreal9 that's the first I've heard of
Selwyn
@Siilwyn
Does anybody know if a npm package exists that let's me pass a partial, views (and data) directory to it and in turn outputs html to a given directory?
Ricardo Mendes
@locks
@Siilwyn I don't think so
I suggest a bash script to feed the necessary files to the mustache binary
Selwyn
@Siilwyn
@locks :smile: never expected an answer
hmm that doesn't sound ideal since I'm using npm scripts. Would that be a long bash script?
John Arnold
@Surreal9
@locks I think it's an express view engine thing.. I noticed switching from Mustache I still saw the same behaviour with another engine