Skip to content

ytake/gulp-sample

Repository files navigation

gulp-sample

phpの為のgulp入門

Scrutinizer Code Quality Dependency Status Dependency Status

SensioLabsInsight

install

node.jsが必要です。
公式からダウンロードするか、OSのパッケージ等をご利用ください
http://nodejs.org/

npm

node.jsのパッケージマネージャです
gulpとbowerをグローバルでインストールしますが、
お使いの環境等に合わせて下さい

$ npm install -g gulp
$ npm install -g bower
# 本サンプルで利用するライブラリ全てをプロジェクト配下にインストール
$ npm install

node.jsライブラリのディレクトリはnode_modules配下です
bowerは.bowerrcを利用してcomposerと同様にvendor/bower_componentsに配置されます。

composer

$ composer install

gulp tasks

■built in server

$ gulp boot

■default
bower install, ファイル配置, コンパイル, phpunitなどが含まれています

$ gulp

About

phpの為のgulp入門

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages