-
silex-gulp-skeleton: 一个包含gulp骨架和 livereload功能的silex项目
资源介绍
Silex-gulp骨架
Silex骨架+吞咽+ livereload
安装
步骤1
$ git init
$ git remote add master git@github.com:Maxlab/silex-gulp-skeleton.git
$ git remote -v
$ git fetch master
$ git checkout master
$ git remote remove master
$ cp ./app/config.distr.php ./app/config.php
# OR one line command
$ git init && git remote add master git@github.com:Maxlab/silex-gulp-skeleton.git && git remote -v && git fetch master && gi