diff --git a/package.json b/package.json index 8f807ed..d2af589 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/Shopify/skeleton-theme.git" }, "devDependencies": { - "@shopify/slate-tools": "1.0.0-beta.8" + "@shopify/slate-tools": "1.0.0-beta.12" }, "scripts": { "start": "slate-tools start", diff --git a/slate.config.js b/slate.config.js index 48b6fb3..60c9bac 100644 --- a/slate.config.js +++ b/slate.config.js @@ -1,2 +1,4 @@ // Configuration file for all things Slate. // For more information, visit https://github.com/Shopify/slate/wiki/Slate-Configuration + +module.exports = {}; diff --git a/src/assets/images/.gitkeep b/src/assets/.gitkeep similarity index 100% rename from src/assets/images/.gitkeep rename to src/assets/.gitkeep diff --git a/src/assets/svg/.gitkeep b/src/assets/svg/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/src/assets/scripts/layout/theme.js b/src/scripts/layout/theme.js similarity index 100% rename from src/assets/scripts/layout/theme.js rename to src/scripts/layout/theme.js diff --git a/src/assets/scripts/sections/.gitkeep b/src/scripts/sections/.gitkeep similarity index 100% rename from src/assets/scripts/sections/.gitkeep rename to src/scripts/sections/.gitkeep diff --git a/src/assets/scripts/templates/.gitkeep b/src/scripts/templates/.gitkeep similarity index 100% rename from src/assets/scripts/templates/.gitkeep rename to src/scripts/templates/.gitkeep diff --git a/src/assets/static/.gitkeep b/src/snippets/.gitkeep similarity index 100% rename from src/assets/static/.gitkeep rename to src/snippets/.gitkeep diff --git a/src/assets/styles/theme.scss b/src/styles/theme.scss similarity index 100% rename from src/assets/styles/theme.scss rename to src/styles/theme.scss diff --git a/src/assets/styles/theme.scss.liquid b/src/styles/theme.scss.liquid similarity index 100% rename from src/assets/styles/theme.scss.liquid rename to src/styles/theme.scss.liquid