码迷,mamicode.com
首页 > 编程语言 > 详细

Grunt:The JavaScript Task Runner

时间:2015-04-15 23:14:15      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:

The Gruntfile.js or Gruntfile.coffee file is a valid JavaScript or CoffeeScript file that belongs in the root directory of your project, next to the package.json file, and should be committed with your project source.

A Gruntfile is comprised of the following parts:

  • The "wrapper" function
  • Project and task configuration
  • Loading Grunt plugins and tasks
  • Custom tasks

Grunt:The JavaScript Task Runner

标签:

原文地址:http://www.cnblogs.com/zhangjing3326/p/4430432.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!