Skip to content

Commit 0a2ffd1

Browse files
committed
actually execute nanoc compile step
1 parent d1b064c commit 0a2ffd1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ preprocess do
107107
@items.each do |item|
108108
item[:chapter] = item[:filename].split('/')[1]
109109
item[:chapter_title] = item[:chapter].gsub(/-/, " ").upcase
110-
p item.to_json
111110
if item[:github]
112111
@github_users[ item[:github] ] = nil
113112
else

nanoc2wordpress/nanoc2wordpress.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var config = require("./config"),
2121

2222
Futures.sequence()
2323
// .then( git_pull )
24-
// .then( nanoc_compile );
24+
.then( nanoc_compile )
2525
.then( find_files )
2626
.then( truncate_data )
2727
.then( process_categories )

0 commit comments

Comments
 (0)