首页 > 编程语言 > 详细

Grunt:The JavaScript Task Runner

时间:2015-04-15 23:13:05      阅读:187      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!