如何在不同的玉目录中输出?

时间:2016-08-25 11:17:20

标签: pug

我是玉的新手。我正在使用此命令编译玉器

jade -w index.jade

现在这个文件在目录jade/中,但我想在根目录中编译index.html

请告诉我命令。感谢。

1 个答案:

答案 0 :(得分:0)

您可以尝试jade -w -o 'yourdir' index.jade

来自帮助:

  

〜$ jade --help

     

用法:jade [options] [dir | file ...]

     

选项:

-h, --help             output usage information
-V, --version          output the version number
-O, --obj <str|path>   JavaScript options object or JSON file containing it
-o, --out <dir>        output the compiled html to <dir>
-p, --path <path>      filename used to resolve includes
-P, --pretty           compile pretty html output
-c, --client           compile function for client-side runtime.js
-n, --name <str>       The name of the compiled template (requires --client)
-D, --no-debug         compile without debugging (smaller functions)
-w, --watch            watch files for changes and automatically re-render
-E, --extension <ext>  specify the output file extension
-H, --hierarchy        keep directory hierarchy when a directory is specified