Using version 0.2.2. I ran a simple test on my project. jade-amd --from views --to build/compiledTemplates. I get the following warning for every file in views. Looks like there was a fix for this over a year ago. I verified my code is current. Let me know if you need more info.
Warning: The `client` option is deprecated, use the `jade.compileClient` method instead
at Function.res.toString (C:\workspace\checklist\node_modules\jade-amd\node_modules\jade\lib\index.js:222:17)
at Object.exports.toAmdString (C:\workspace\checklist\node_modules\jade-amd\lib\jade-amd.js:28:84)
at C:\workspace\checklist\node_modules\jade-amd\bin\jade-amd:81:31
at C:\workspace\checklist\node_modules\jade-amd\node_modules\mkdirp\index.js:47:26
at FSReqWrap.oncomplete (fs.js:95:15)
Using version 0.2.2. I ran a simple test on my project.
jade-amd --from views --to build/compiledTemplates. I get the following warning for every file inviews. Looks like there was a fix for this over a year ago. I verified my code is current. Let me know if you need more info.