diff --git a/env.js b/env.js index ea9850c..cdd0683 100644 --- a/env.js +++ b/env.js @@ -6,7 +6,7 @@ window.env = { AIRBRAKE_PROJECT_KEY: '{{ site.env.AIRBRAKE_PROJECT_KEY }}', JEKYLL_ENV: '{{ site.env.JEKYLL_ENV }}', SPREE_URL: '{{ site.env.SPREE_URL }}' -} +}; {% comment %} Genera un site.json con las traducciones del sitio y los datos de los @@ -25,7 +25,7 @@ window.site = { }, {%- endfor -%} "i18n": {{ site.i18n | jsonify }} -} +}; {%- comment -%} Para agregar plantillas que se procesan con JS, las agregamos en @@ -50,4 +50,4 @@ window.templates = { "payment_methods": {{ payment_methods | jsonify }}, "recover_order": {{ recover_order | jsonify }}, "shipping_methods": {{ shipping_methods | jsonify }}, -} +};