From bb088c345dacafcdfdab47d7c261666571e5afe5 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sat, 10 Nov 2018 16:56:41 -0500 Subject: [PATCH] Rename views, re-enable Jael --- pubspec.yaml | 2 +- views/{error.jl => error.jael} | 0 views/{hello.jl => hello.jael} | 0 views/{layout.jl => layout.jael} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename views/{error.jl => error.jael} (100%) rename views/{hello.jl => hello.jael} (100%) rename views/{layout.jl => layout.jael} (100%) diff --git a/pubspec.yaml b/pubspec.yaml index 598e587..18f192f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ dependencies: angel_auth: ^2.0.0-alpha # Supports stateless authentication via JWT angel_configuration: ^2.0.0 # Loads application configuration, along with support for .env files. angel_framework: ^2.0.0-alpha # The core server library. - #angel_jael: ^1.0.0 # Server-side templating engine + angel_jael: ^2.0.0 # Server-side templating engine angel_production: ^1.0.0-alpha angel_static: ^2.0.0-alpha # Static file server angel_validate: ^2.0.0-alpha # Allows for validation of input data diff --git a/views/error.jl b/views/error.jael similarity index 100% rename from views/error.jl rename to views/error.jael diff --git a/views/hello.jl b/views/hello.jael similarity index 100% rename from views/hello.jl rename to views/hello.jael diff --git a/views/layout.jl b/views/layout.jael similarity index 100% rename from views/layout.jl rename to views/layout.jael