We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b9251 commit 2ccea3dCopy full SHA for 2ccea3d
GruntFile.js
@@ -42,7 +42,7 @@ module.exports = function (grunt) {
42
},
43
uglify: {
44
options: {
45
- banner: '/*! <%= pkg.name %> v<%= pkg.version %> | <%= pkg.license %> license | <%= pkg.homepage %> */\n'
+ banner: '/*! <%= pkg.name %> v<%= pkg.version %> | <%= pkg.license %> license | <%= pkg.homepage %> 🚀 */\n'
46
47
dist: {
48
src: 'attach.js',
@@ -64,6 +64,6 @@ module.exports = function (grunt) {
64
grunt.registerTask('test', ['jshint']);
65
grunt.registerTask('default', ['test', 'uglify', 'clean']);
66
67
- //This is an extra task incase we want to do something different with Travis CI
+ // This is an extra task incase we want to do something different with Travis CI
68
grunt.registerTask('travis', ['jshint', 'uglify', 'clean']);
69
};
0 commit comments