# grunt **Repository Path**: mxshuai/grunt ## Basic Information - **Project Name**: grunt - **Description**: grunt常用插件 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-26 - **Last Updated**: 2022-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # grunt grunt常用的插件配置集合 使用前需要先安装要用的插件 npm install -g grunt-cli npm install --save-dev grunt default 运行任务 实现了优化压缩html、css、js、images文件,自动雪碧图不是很好使,待完善。 grunt connect实现了简单的本地服务器,实时修改实时刷新,localhost:8000来访问