Skip to content

Commit 0d1a7c3

Browse files
committedMay 26, 2015
更新示例项目及任务配置
1 parent b39b4ca commit 0d1a7c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+2096
-27
lines changed
 

‎20150514-promo-vivo/.tmtworkflowrc

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"livereload": {
3+
"available": true,
4+
"port": 8080,
5+
"startPath": "html/index.html"
6+
},
7+
8+
"plugins": {
9+
"build_dev_after": ["reference"],
10+
"build_dist_after": ["replace"],
11+
"zip_after": []
12+
},
13+
14+
"support_webp": false
15+
}

‎project/gulpfile.js ‎20150514-promo-vivo/gulpfile.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ var gulp = require('gulp');
22
var fs = require('fs');
33
var path = require('path');
44

5-
//注册
65
var deep = 3;
76
run_tasks('tasks');
87

0 commit comments

Comments
 (0)
Please sign in to comment.