Skip to content

Commit a53d90c

Browse files
author
liw003
committed
bb
1 parent d830f3a commit a53d90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ gulp.task("genReadMe", function (cb) {
143143
let html = `
144144
<html>
145145
<style>
146-
${fs.readFileSync("./www/css/readme.min.css").toString()}
146+
${fs.readFileSync("./css/readme.css").toString()}
147147
</style>
148148
${htmlBody}
149149

0 commit comments

Comments
 (0)