Grunt - grunt-contrib-imagemin

grunt-contrib-imagemin 套件可以用 Grunt 來將進行檔的壓縮。 ...

September 23, 2016 · 1 min · 191 words · Larry Nung

Grunt - Hello Grunt

接著實際來用用看 Grunt,首先 gruntfile 先用 require 載入 grunt,然後用 registerTask 註冊一個任務,這邊帶入任務名為 default,並將任務的動作用 function 指定,這邊這個任務就只是簡單的顯示 hello world 訊息而已。 ...

September 22, 2016 · 1 min · 391 words · Larry Nung

Grunt - Gruntfile

Gruntfile 的設定可以直接從下面例子來看。 ...

September 7, 2016 · 1 min · 408 words · Larry Nung

Grunt - How to use

使用 Grunt 前需先確定環境是否已經安裝了 Node.js 與 grunt-cli。 ...

September 6, 2016 · 1 min · 164 words · Larry Nung

Grunt - Using Grunt in Visual Studio 2015

Visual Studio 2015 開始支援 Grunt,使用時需先為專案加入 NPM Configuration File。 ...

January 28, 2016 · 1 min · 220 words · Larry Nung