File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
"grunt-karma-coveralls" : " ~2.3.0" ,
31
31
"grunt-saucelabs" : " ~4.1.2" ,
32
32
"gulp-component" : " ~0.1.4" ,
33
- "vinyl-fs" : " git://github.com/wearefractal/vinyl-fs " ,
33
+ "vinyl-fs" : " ~0.0.2 " ,
34
34
"jshint-stylish" : " ~0.1.4" ,
35
35
"semver" : " ~2.2.1" ,
36
36
"shell-task" : " ~0.1.1" ,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ module.exports = function (grunt) {
41
41
}
42
42
43
43
function rename ( file , cb ) {
44
- file . path = file . base + 'vue.min.js'
44
+ file . path = file . base + '/ vue.min.js'
45
45
cb ( null , file )
46
46
}
47
47
@@ -66,7 +66,7 @@ function gzip (file, cb) {
66
66
}
67
67
68
68
function size ( file , cb ) {
69
- console . log ( blue ( file . relative + ': ' ) + ( file . contents . length / 1024 ) . toFixed ( 2 ) + 'kb' )
69
+ console . log ( blue ( dest + '/' + file . relative + ': ' ) + ( file . contents . length / 1024 ) . toFixed ( 2 ) + 'kb' )
70
70
cb ( null , file )
71
71
}
72
72
You can’t perform that action at this time.
0 commit comments