Skip to content

Instantly share code, notes, and snippets.

@inoh
Last active August 29, 2015 14:00
Show Gist options
  • Save inoh/11393920 to your computer and use it in GitHub Desktop.
Save inoh/11393920 to your computer and use it in GitHub Desktop.
gruntの初期設定コマンド
sudo npm install -g grunt
npm install grunt-contrib-concat
npm install grunt-contrib-watch
Gruntfile.jsを作成する
npm init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment