From 980ad288db3e46c0a5dbcdfe416d9d060044e9a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 20 Aug 2018 13:03:44 -0400 Subject: [PATCH] Place CSS exactly parallel to the SCSS for easier relations to fonts etc --- Gruntfile.js | 2 +- styleguide/_source/styleguide-config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index d27f726..56c3d96 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -6,7 +6,7 @@ module.exports = function (grunt) { style: 'compact' }, files: { - 'static-layouts/assets/css/agaric.css': 'agaric/sass/agaric.scss' + 'agaric/css/agaric.css': 'agaric/sass/agaric.scss' } } }, diff --git a/styleguide/_source/styleguide-config.json b/styleguide/_source/styleguide-config.json index 985ac0d..a93aa9a 100644 --- a/styleguide/_source/styleguide-config.json +++ b/styleguide/_source/styleguide-config.json @@ -4,7 +4,7 @@ "destination": "../", "homepage": "styleguide.md", "css": [ - "../../static-layouts/assets/css/agaric.css" + "../../agaric/css/agaric.css" ], "js": [ "../../agaric/js/jquery-3.2.1.min.js"