Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neofonie/neofonie-shopify-theme-a
https://github.com/neofonie/neofonie-shopify-theme-a
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/neofonie/neofonie-shopify-theme-a
- Owner: Neofonie
- Created: 2022-02-22T09:48:56.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-04-06T08:05:53.000Z (almost 3 years ago)
- Last Synced: 2024-04-11T16:15:40.327Z (10 months ago)
- Language: Liquid
- Size: 1.19 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Theme "A"
## Styles and JS
SCSS and JS should be written to the "_prebuilt-assets" directory.
There are two npm scripts that compile both SCSS and JS and move the corresponding files into "assets/".
It seems that Shopify does not allow subdirectories inside "assets", so we use "_prebuilt-assets" with appropriate subdirectories for scss and js.### Conventions:
Regardless of whether it is SCSS or JS, sections and components must be created in the appropriate directory and have the suffix "sections" or "component".### Compile & Preview changes
`compile-styles` => compiles and compresses SCSS files`compile-js` => NOTHING YET
`serve` => compiles both SCSS and JS and serves the theme via Shopify-CLI as a preview. Once its done, a preview link will appear in the terminal
## Deployment
...-----
Theme based on Dawn by Shopify