summaryrefslogtreecommitdiffhomepage
path: root/template/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'template/Rakefile')
-rw-r--r--template/Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/Rakefile b/template/Rakefile
index 1629ff0..941b1b5 100644
--- a/template/Rakefile
+++ b/template/Rakefile
@@ -3,8 +3,9 @@ require 'opal-browser'
desc "Build your website"
task :build do
+ Justicar.load_preprocessors('src')
Justicar.build_source('src')
- Justicar.build('build', 'public')
+ Justicar.build_initialize('build', 'public')
end
desc "Create a server and open your site in your browser"