You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generators/app/templates/Gulpfile.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ gulp.task("icon", function (cb) {
69
69
console.log("\nUsing this file to create a base64 string: "+gutil.colors.cyan(icon));
70
70
gulp.src(icon)
71
71
.pipe(intercept(function(file){
72
-
console.log("\nCopy the following to your "+pkg.name+".xml (after description):\n\n"+gutil.colors.cyan("<icon>")+file.contents.toString("base64")+gutil.colors.cyan("<\\icon>")+"\n");
72
+
console.log("\nCopy the following to your "+pkg.name+".xml (after description):\n\n"+gutil.colors.cyan("<icon>")+file.contents.toString("base64")+gutil.colors.cyan("<\/icon>")+"\n");
0 commit comments