Skip to content

Instantly share code, notes, and snippets.

@konitter
Last active December 14, 2015 13:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konitter/5096220 to your computer and use it in GitHub Desktop.
Save konitter/5096220 to your computer and use it in GitHub Desktop.
Grunt plugins.

Grunt plugins.

※npmから適当に集めただけなのでその辺ご容赦を。0.4系に対応してないのもあるかもやで。

Mar, 2013 edition

###grunt-cli

各種gruntコマンドを実行するのに必要なコマンドラインインターフェース。これが無いと始まらない。

###grunt-init

プロジェクトのテンプレートが作れる。詳しくはこの辺を。

###grunt-contrib

色々入れんのめんどい人向けのプラグインパック。大体のことはこれで足りるはず。

###grunt-styleguide

CSSのスタイルガイド「Styledocco」と「KSS」が生成できる。

###grunt-csso

CSSの縮小化ツール。サイバーのt32kさん作。YUIより優秀とのこと。詳しくはこちら

###grunt-bower

BOWER向けにコンポーネントのインストール先を設定できたり。

ChromeのDevToolsにタブを追加して、Gruntのログをタスクごとに見れるようにしてくれる。

簡単な設定でシェルコマンドが叩ける。

execコマンドを細か目に設定して叩ける。

###grunt-eco

CoffeScriptのテンプレート言語「eco」で書かれたファイルをジェネレート。

###grunt-modernizr

Modernizr用の各種設定ができるプラグイン。

###grunt-bootstrap

Bootstrap用の各種設定ができるプラグイン。

###grunt-growl

gruntからgrowlにメッセージを投げて表示できる。

###grunt-markdown

markdownなファイルをコンパイル。

###grunt-heroku-deploy

gruntからHerokuにデプロイ。

##おまけ

###sublime-grunt-build

SublimeTextでGrunt。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment