diff options
-rw-r--r-- | Gruntfile.js | 6 | ||||
-rw-r--r-- | 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/*", |