Skip to content

Commit 4f368d6

Browse files
committed
1.6.6
1 parent ac36842 commit 4f368d6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ module.exports = function(grunt) {
344344
grunt.registerTask('sprite-cssmin', ['copy:slice', 'sprite', 'cssmin']);
345345

346346
// for test build
347-
grunt.registerTask('test', ['all', 'compress', 'clean:release']);
347+
grunt.registerTask('test', ['less:dev', 'copy:dev', 'clean:dev']);
348348

349349
// 定义别名 `grunt 2x2x`
350350
// 注:@2x 图 生成 @1x 图

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "f2e-workflow",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"authors": [
55
"hzlzh <hzlzh.dev@gmail.com>"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "f2e-workflow",
33
"description": "f2e-workflow is a cross-platform, efficient, smooth workflow for F2E project based on Grunt.",
4-
"version": "1.6.5",
4+
"version": "1.6.6",
55
"homepage": "https://github.com/hzlzh/f2e-workflow",
66
"author": {
77
"name": "hzlzh",

test/Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ module.exports = function(grunt) {
344344
grunt.registerTask('sprite-cssmin', ['copy:slice', 'sprite', 'cssmin']);
345345

346346
// for test build
347-
grunt.registerTask('test', ['all', 'compress', 'clean:release']);
347+
grunt.registerTask('test', ['less:dev', 'copy:dev', 'clean:dev']);
348348

349349
// 定义别名 `grunt 2x2x`
350350
// 注:@2x 图 生成 @1x 图

0 commit comments

Comments
 (0)