2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

gulp 良く使う パッケージリスト

Posted at
  1. gulp
  2. browser-sync : ブラウザシンク
  3. gulp-rename : ファイル名変更
  4. gulp-ejs : EJSコンパイル
  5. gulp-sass : Sassコンパイル
  6. gulp-typescript : TypeScriptコンパイル
  7. gulp-plumber : プラグインエラーがおきてもwatchを継続できる
  8. gulp-rename : ファイル名を変更する
  9. gulp-concat : 複数のファイルをまとめる
  10. gulp-autoprefixer : ベンダープリフィックスを自動付与
  11. gulp-csscomb : プロパティの順番を整理する
  12. gulp-minify-css : CSSの圧縮
  13. gulp-uglify : JSの圧縮
  14. gulp-minify-html : HTMLの圧縮
  15. gulp.spritesmith : スプライト画像
  16. gulp-babel : ES6対応
2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?