38
40

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の設定を簡単に行える、gulpfile generatorを作りました。

Last updated at Posted at 2015-07-05

gulpfile.jsをGUIで作成できるgulpfile generatorを作りました。現在の自分のベストプラクティスです。順次更新していいものにしていきます。

##URL
http://steelydylan.github.io/gulp-generator/

##スクリーンショット
Screen Shot 2015-07-05 at 9.35.13 AM.png

##使い方
使用したいオプションにチェックをするだけです。
画像の最適化や、アイコンフォント生成なども利用できます。

##オプション

###CSS

  • CSSの構文をチェックする

  • プリプロセッサーを使用する

  • オートプリフィクサーを使用する

  • CSSのプロパティ順を整理する

  • CSSのメディアクエリを整理する

  • CSSを圧縮する

  • スタイルガイドを使用する

###JavaScript

  • Browserifyを利用する

  • altJSを使用する

  • JSの構文をチェックする

  • JSを圧縮する

  • JSを結合する

###HTML

  • テンプレートエンジンを使用する
  • HTMLを圧縮する

###その他

  • BrowserSync
  • 画像の最適化
  • アイコンフォント作成
38
40
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
38
40

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?