everyauth icon indicating copy to clipboard operation
everyauth copied to clipboard

jade tample should be removed or put "jade" to dependencies

Open olostan opened this issue 11 years ago • 0 comments

Currently "jade" is at "devDependencies" but at google.js at express3 branch there is

      res.render(__dirname + '/../views/auth-fail.jade', {
        errorDescription: errorDesc
      });

So or "jade" should be put to "dependencies" or do not use "jade". Is there is reason to leave jade template?

olostan avatar Mar 09 '13 00:03 olostan