File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,13 @@ category: blog
77
88##Grunt是什么?
99
10- [ Grunt ] [ Grunt ] 是一个基于JavaScript的任务运行工具。
10+ Grunt已经out了,请用 [ Gulp ] [ Gulp ] ,参考这篇: [ Building with Gulp ] [ 24 ]
1111
12- 为什么要使用Grunt,简而言之是为了“自动”,用工具自动完成压缩、编译、单元测试、拼写检查等重复性工作。
12+ < del > [ Grunt ] [ Grunt ] 是一个基于JavaScript的任务运行工具。</ del >
1313
14- Grunt的社区壮大非常快,现在支持的模块有:[ CoffeeScript] [ 1 ] 、 [ handlerbars] [ 2 ] 、 [ jade] [ 3 ] 、 [ JSHint] [ 4 ] 、 [ Less] [ 5 ] 、 [ RequireJS] [ 6 ] 、 [ Sass] [ 7 ] 、 [ stylus] [ 8 ] 等。
14+ <del >为什么要使用Grunt,简而言之是为了“自动”,用工具自动完成压缩、编译、单元测试、拼写检查等重复性工作。</del >
15+
16+ <del >Grunt的社区壮大非常快,现在支持的模块有:[ CoffeeScript] [ 1 ] 、 [ handlerbars] [ 2 ] 、 [ jade] [ 3 ] 、 [ JSHint] [ 4 ] 、 [ Less] [ 5 ] 、 [ RequireJS] [ 6 ] 、 [ Sass] [ 7 ] 、 [ stylus] [ 8 ] 等。</del >
1517
1618##Grunt基本配置
1719
@@ -424,6 +426,7 @@ Grunt的基本使用就是这些了,当然还有一些[搭建脚手架][23]等
424426[ Grunt ] : http://gruntjs.com/
425427[ npm ] : https://npmjs.org/
426428[ node ] : http://nodejs.org/
429+ [ Gulp ] : http://gulpjs.com/
427430[ 1 ] : http://coffeescript.org/
428431[ 2 ] : http://handlebarsjs.com/
429432[ 3 ] : http://jade-lang.com/
@@ -447,3 +450,4 @@ Grunt的基本使用就是这些了,当然还有一些[搭建脚手架][23]等
447450[ 21 ] : https://npmjs.org/package/grunt-contrib-uglify
448451[ 22 ] : http://gruntjs.com/plugins/
449452[ 23 ] : http://gruntjs.com/project-scaffolding
453+ [ 24 ] : http://www.smashingmagazine.com/2014/06/11/building-with-gulp/
You can’t perform that action at this time.
0 commit comments