LoginSignup
3
5

More than 5 years have passed since last update.

よく使うgulpプラグイン(普通のWebサイト編)

Posted at

普通のサイト(小中規模のコーポレートとかペライチのページ)を作るときのセット。

ユーティリティ

  • gulp-util
  • gulp-load-plugins
  • gulp-plumber
  • gulp-watch
  • gulp-run-sequence
  • gulp-rename
  • gulp-sourcemaps

CSS

  • gulp-ruby-sass
  • gulp-pleeease
  • gulp-minify-css

JS

  • gulp-usemin
  • gulp-uglify

HTML

  • gulp-ejs

その他

  • browser-sync
  • rimraf
  • del

Bowerを使う場合

  • gulp-flatten
  • gulp-bower-files
3
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
5