摘要: 文件出自:http://www.dbpoo.com/getting-started-with-gulp/所有功能前提需要安装nodejs(本人安装版本v0.10.26)和ruby(本人安装版本1.9.3p484)。Gulp 是一款基于任务的设计模式的自动化工具,通过插件的配合解决全套前端解决方案,如... 阅读全文
posted @ 2015-09-14 23:47 刘贝 阅读(309) 评论(0) 推荐(0) 编辑
摘要: Gruntfile.jsmodule.exports = function(grunt) { // 配置 grunt.initConfig({ pkg : grunt.file.readJSON('package.json'), concat : { ... 阅读全文
posted @ 2015-09-14 22:49 刘贝 阅读(408) 评论(0) 推荐(0) 编辑