cecco974 / jsdoc-toolkit

Automatically exported from code.google.com/p/jsdoc-toolkit
0 stars 0 forks source link

template should use opt.t to find own directory #176

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In templates/jsdoc/publish.js the line...

  templatesDir: SYS.pwd+"../templates/jsdoc/",

should be...

  templatesDir: JSDOC.opt.t || SYS.pwd+"../templates/jsdoc/",

... because sometimes the template is not in the SYS.pwd folder.

Original issue reported on code.google.com by micmath on 14 Aug 2008 at 8:05

GoogleCodeExporter commented 8 years ago
Committed revision 672.

Original comment by micmath on 15 Aug 2008 at 9:08