diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-02-27 19:20:33 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-02-27 19:20:33 -0500 |
commit | 6d330a83aeddd4a8683d136c7b0836eb991c6291 (patch) | |
tree | bc94acf3b8d3cb10d8e6d65ce8f99d30119b644d | |
parent | 0794bf4fb317da813a32346fa87ff5ee643912a0 (diff) |
remove shamrock from gruntfile
-rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 8ae69abc..b9c0cf19 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -17,8 +17,7 @@ module.exports = function (grunt) { }, swatch: { amelia: {}, cerulean:{}, cosmo:{}, cyborg:{}, journal:{}, readable:{}, - shamrock:{}, simplex:{}, slate:{}, spacelab:{}, spruce:{}, superhero:{}, - united:{} + simplex:{}, slate:{}, spacelab:{}, spruce:{}, superhero:{}, united:{} }, clean: { build: { |