dotaeye

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年5月19日

摘要: 1.安装npm2.安装CLI ( npm install -g grunt-cli)3.安装grunt (npm install grunt --save-dev)4.添加gruntfile.jsmodule.exports = function (grunt) { grunt.initConfi... 阅读全文
posted @ 2014-05-19 17:37 dotaeye 阅读(224) 评论(0) 推荐(0) 编辑