We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8fd33 commit 88bf628Copy full SHA for 88bf628
Gruntfile.js
@@ -108,7 +108,7 @@ module.exports = function (grunt) {
108
compile2html: {
109
cwd: "./articles",
110
cmd: function () {
111
- return "bundle exec review-compile --all --target=html --footnotetext --stylesheet=style.css";
+ return "bundle exec review-compile --all --target=html --footnotetext --stylesheet=style.css --chapterlink";
112
}
113
},
114
compile2latex: {
0 commit comments