Grunt 常用插件
生活随笔
收集整理的這篇文章主要介紹了
Grunt 常用插件
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
| 插件名稱 | 功能描述 |
| grunt-contrib-uglify | 用于JavaScript代碼的壓縮與混淆 |
| grunt-contrib-jshint | 用于JavaScript代碼的語法驗證 |
| grunt-contrib-watch | 實時監控文件變化,并調用配置好的任務 |
| grunt-contrib-clean | 清除文件或文件夾 |
| grunt-contrib-concat | 用于合并文件 |
| grunt-contrib-copy | 用于文件或文件夾的拷貝 |
| grunt-contrib-cssmin | CSS代碼壓縮 |
| grunt-contrib-imagemin | 圖片壓縮 |
| grunt-contrib-htmlmin | HTML代碼壓縮 |
| grunt-contrib-livereload | 代碼實時刷新,結合grunt-contrib-connect 插件 |
| grunt-contrib-connect | 用來充當一個靜態文件服務器,本身集成了 livereload 功能 |
| connect-livereload | 代碼實時刷新,結合瀏覽器LiveReload插件 |
| time-grunt | 顯示一些時間信息 |
轉載于:https://www.cnblogs.com/mangoniki/p/5383476.html
總結
以上是生活随笔為你收集整理的Grunt 常用插件的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: The operation couldn
- 下一篇: Qt 【widget如何铺满窗口】