From 99099c284982863480ffc6d4aa741d29dc2ea92a Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 22 Apr 2022 07:17:49 -0400 Subject: version 1.0 --- template/Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/Rakefile') 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" -- cgit v1.2.3