Shopify / slate

Slate is a toolkit for developing Shopify themes. It's designed to assist your workflow and speed up the process of developing, testing, and deploying themes.
https://shopify.github.io/slate
MIT License
1.28k stars 364 forks source link

Login.js is not loaded for customers/ templates #993

Open rhandrade opened 5 years ago

rhandrade commented 5 years ago

Problem

I'm working on a shopify theme and starts developing the login page. I realised the template.login.js is not loaded into page. Script include link prefetch line instead real script tag.

I saw other issues about same problem and the commits made into beta1.0, but is not working for me.

I'm developing in Windows OS and until now I did not have any other problems.