外向面包

文章
2
资源
0
加入时间
4年2月18天

grunt 配置文件

1、模板   grunt 配置文件一般是gruntflie.js或者gruntfile.coffee文件。但不管是种类型,其内容都是相同的。每一个grunt配置文件都包含下面内容。module.exports = function(grunt){ // 引入外部数据 pkg: grunt.file.readJSON('package.json'), // 加载所需的插件,在