Skip to content

Commit 88bf628

Browse files
committed
chaprefがハイパーリンクになるように修正
1 parent 9e8fd33 commit 88bf628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ module.exports = function (grunt) {
108108
compile2html: {
109109
cwd: "./articles",
110110
cmd: function () {
111-
return "bundle exec review-compile --all --target=html --footnotetext --stylesheet=style.css";
111+
return "bundle exec review-compile --all --target=html --footnotetext --stylesheet=style.css --chapterlink";
112112
}
113113
},
114114
compile2latex: {

0 commit comments

Comments
 (0)