We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c0fa7d + f47dc5b commit 06f64abCopy full SHA for 06f64ab
Gruntfile.js
@@ -18,6 +18,8 @@ const reviewTextMaker = `${reviewPrefix}rake text ${reviewPostfix}`;
18
const reviewIDGXMLMaker = `${reviewPrefix}rake idgxml ${reviewPostfix}`;
19
const reviewVivliostyle = `${reviewPrefix}rake vivliostyle ${reviewPostfix}`;
20
21
+const reviewContentDir = bookConfig.contentdir || '.'
22
+
23
module.exports = grunt => {
24
grunt.initConfig({
25
clean: {
@@ -40,7 +42,7 @@ module.exports = grunt => {
40
42
cwd: articles,
41
43
}
44
},
- command: `${reviewPreproc} -r --tabwidth=2 *.re`
45
+ command: `${reviewPreproc} -r --tabwidth=2 ${reviewContentDir}/*.re`
46
47
compile2text: {
48
options: {
0 commit comments