File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ module.exports = function(grunt) {
39
39
options : {
40
40
banner : '<%= meta.banner %>'
41
41
} ,
42
- src : 'src/sly .js' ,
43
- dest : 'dist/sly .js'
42
+ src : 'src/<%= pkg.name %> .js' ,
43
+ dest : 'dist/<%= pkg.name %> .js'
44
44
}
45
45
} ,
46
46
@@ -50,8 +50,8 @@ module.exports = function(grunt) {
50
50
options : {
51
51
banner : '<%= meta.bannerLight %>'
52
52
} ,
53
- src : 'src/sly .js' ,
54
- dest : 'dist/sly .min.js'
53
+ src : 'src/<%= pkg.name %> .js' ,
54
+ dest : 'dist/<%= pkg.name %> .min.js'
55
55
}
56
56
} ,
57
57
@@ -61,13 +61,13 @@ module.exports = function(grunt) {
61
61
options : {
62
62
mode : 'gzip'
63
63
} ,
64
- src : 'dist/sly .min.js' ,
65
- dest : 'dist/sly .min.js.gz'
64
+ src : 'dist/<%= pkg.name %> .min.js' ,
65
+ dest : 'dist/<%= pkg.name %> .min.js.gz'
66
66
}
67
67
} ,
68
68
69
69
// Bump up fields in JSON files.
70
- bumpup : [ 'component.json' , 'sly .jquery.json' ] ,
70
+ bumpup : [ 'component.json' , '<%= pkg.name %> .jquery.json' ] ,
71
71
72
72
// Commit changes and tag the latest commit with a version from JSON file.
73
73
tagrelease : [ 'component.json' ]
You can’t perform that action at this time.
0 commit comments