Skip to content

Commit

Permalink
add paper and sandstone to composer and gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Aug 13, 2014
1 parent ae35da9 commit e91fb5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"fonts/*",
"journal/*",
"lumen/*",
"paper/*",
"readable/*",
"sandstone/*",
"simplex/*",
"slate/*",
"spacelab/*",
Expand Down

0 comments on commit e91fb5d

Please sign in to comment.