summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-08-13 16:20:12 -0400
committerThomas Park <thomas@thomaspark.me>2014-08-13 16:20:12 -0400
commite91fb5dad0762e0c7c71dd733fb8b5b054ba92ff (patch)
tree6346c777319ace794501ef5f8cfaf31a1c2a323f
parentae35da97c6694656d7249dc2a74f7032e84a7792 (diff)
add paper and sandstone to composer and gruntfile
-rw-r--r--Gruntfile.js6
-rw-r--r--composer.json2
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/*",