summaryrefslogtreecommitdiffhomepage
path: root/template/Rakefile
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-04-22 07:17:49 -0400
committerrealtradam <[email protected]>2022-04-22 07:17:49 -0400
commit99099c284982863480ffc6d4aa741d29dc2ea92a (patch)
tree66a2f4c543617f647d970db6fce07622feafd393 /template/Rakefile
parent6150ed8ba86e960a2833b4000c2f9474a2292129 (diff)
downloadJusticar-99099c284982863480ffc6d4aa741d29dc2ea92a.tar.gz
Justicar-99099c284982863480ffc6d4aa741d29dc2ea92a.zip
version 1.0v1.0.0
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"