From e91fb5dad0762e0c7c71dd733fb8b5b054ba92ff Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 13 Aug 2014 16:20:12 -0400 Subject: add paper and sandstone to composer and gruntfile --- Gruntfile.js | 6 +++--- composer.json | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 86762473..c40b869c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,9 +19,9 @@ module.exports = function (grunt) { '*/\n', swatch: { amelia:{}, cerulean:{}, cosmo:{}, cyborg:{}, darkly:{}, - flatly:{}, journal:{}, lumen:{}, readable:{}, simplex:{}, - slate:{}, spacelab:{}, superhero:{}, united:{}, yeti:{}, - custom:{} + flatly:{}, journal:{}, lumen:{}, paper:{}, readable:{}, + sandstone:{}, simplex:{}, slate:{}, spacelab:{}, superhero:{}, + united:{}, yeti:{}, custom:{} }, clean: { build: { diff --git a/composer.json b/composer.json index 7e07c366..12d17eae 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,9 @@ "fonts/*", "journal/*", "lumen/*", + "paper/*", "readable/*", + "sandstone/*", "simplex/*", "slate/*", "spacelab/*", -- cgit v1.2.3