Skip to content

Commit 6be1a7f

Browse files
authored
Merge pull request #9 from Shopify/simple-assets
Simplify assets
2 parents be43b85 + ff2ccdf commit 6be1a7f

File tree

10 files changed

+3
-1
lines changed

10 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/Shopify/skeleton-theme.git"
1616
},
1717
"devDependencies": {
18-
"@shopify/slate-tools": "1.0.0-beta.8"
18+
"@shopify/slate-tools": "1.0.0-beta.12"
1919
},
2020
"scripts": {
2121
"start": "slate-tools start",

slate.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
// Configuration file for all things Slate.
22
// For more information, visit https://github.com/Shopify/slate/wiki/Slate-Configuration
3+
4+
module.exports = {};

src/assets/svg/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)