博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
jade & html
阅读量:6069 次
发布时间:2019-06-20

本文共 888 字,大约阅读时间需要 2 分钟。

jade --> html

jade(1)

Usage: jade [options] [dir|file ...]Options:  -h, --help         output usage information  -V, --version      output the version number  -o, --obj 
javascript options object -O, --out
output the compiled html to
-p, --path
filename used to resolve includes -P, --pretty compile pretty html output -c, --client compile function for client-side runtime.js -D, --no-debug compile without debugging (smaller functions) -w, --watch watch files for changes and automatically re-renderExamples: # translate jade the templates dir $ jade templates # create {foo,bar}.html $ jade {foo,bar}.jade # jade over stdio $ jade < my.jade > my.html # jade over stdio $ echo "h1 Jade!" | jade # foo, bar dirs rendering to /tmp $ jade foo bar --out /tmp

 

html --> jade

转载地址:http://bdfgx.baihongyu.com/

你可能感兴趣的文章
C++获取一个文件夹下的所有文件名(转)
查看>>
asp:HyperLink中 Eval要用string.Format绑定
查看>>
常见数据库端口号
查看>>
Concurrent Request:Inactive phase,No Manager status
查看>>
查看linux版本号的几种方法
查看>>
[转]MyBatis传入多个参数的问题 - mingyue1818
查看>>
Meteor 加入账户系统
查看>>
iOS可持续化集成: Jenkins + bundler + cocoapods + shenzhen + fastlane + pgyer
查看>>
计算几位学生的平均分
查看>>
Python黑客编程2 入门demo--zip暴力破解
查看>>
必看 :大数据挖掘中易犯的11大错误
查看>>
宿主系统为Ubuntu 14,CentOS 6.5 安装VirtualBox增强工具失败:Building the OpenGL support module[FAILED]...
查看>>
MVC学习系列14--Bundling And Minification【捆绑和压缩】--翻译国外大牛的文章
查看>>
Android实战简易教程-第十枪(画廊组件Gallery有用研究)
查看>>
POJ 2965:The Pilots Brothers&#39; refrigerator
查看>>
Principle of Computing (Python)学习笔记(7) DFS Search + Tic Tac Toe use MiniMax Stratedy
查看>>
无法启动此程序,因为计算机中丢失 api-ms-win-crt-stdio-l1-1-0.dll 解决
查看>>
java获取指定文件夹下的所有文件名
查看>>
weex 项目开发(一) weex create project 与 weex init project 的区别
查看>>
PCH简单介绍
查看>>