markdown Gulp安装在CentOS6上。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Gulp安装在CentOS6上。相关的知识,希望对你有一定的参考价值。

# node.js and gulp install

## epel repository install
```
rpm -ivh http://ftp.riken.jp/Linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm
```

## node.js and npm install
```
yum install -y nodejs npm --enablerepo=epel
```

## install gulp from package.json
[package.json](https://gist.github.com/pinekta/487e36046750068d001d)
```
npm install
```

# how to this gulpfile tasks
[gulpfile.js](https://gist.github.com/pinekta/1c6b467e89ddd01bcc19)
## convert from ejs template to HTML
```
gulp ejs2html
```

## automatically convert from ejs to HTML
```
gulp watch
```

以上是关于markdown Gulp安装在CentOS6上。的主要内容,如果未能解决你的问题,请参考以下文章

markdown NPM Bootstrap Gulp安装

gulp缓存 markdown编辑

markdown [linux:iptables]限制在CentOS6上通过IPTables从另一个实例访问端口。* #linux

Gulp Front Matter + Markdown 通过 Nunjucks

markdown [修正] Gulp问题修复

markdown GULP