From 5a26f021537a6d53d6e40562a6141d7e2f45e493 Mon Sep 17 00:00:00 2001 From: Cody Lundquist Date: Tue, 21 Apr 2015 10:52:31 -0700 Subject: [PATCH] Change to support new stencil-cli. --- .gitignore | 3 ++- config.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 691246e547..4c1f5e939a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.paperclip +.stencil +assets/css-artifacts diff --git a/config.json b/config.json index 1b9564c19b..8812ce72e6 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,7 @@ { "name": "Stencil", "version": "1.0", + "css_compiler": "scss", "shop_by_brand": true, "social_links": true -} \ No newline at end of file +}