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.
I'm having trouble creating a script for src/template/page.contact.liquid despite having the corresponding src/assets/scripts/page.contact.js file present when running 'slate build'.
When running the command I expect dist/assets/page.contact.js to be built.
I'm having trouble creating a script for src/template/page.contact.liquid despite having the corresponding src/assets/scripts/page.contact.js file present when running 'slate build'.
When running the command I expect dist/assets/page.contact.js to be built.
See file structure here: https://snag.gy/6phaEB.jpg
I imagine this is being generated by the period in the filename.
Hoping this is an easy fix!