From 1d547d6f9db5e5904a0b601d0be98564d78613a2 Mon Sep 17 00:00:00 2001 From: connors Date: Sat, 19 Oct 2013 19:16:39 -0700 Subject: [PATCH] Whoops. This actually does fix #221 --- Gruntfile.js | 2 +- dist/{theme-classic.css => ratchet-theme.css} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dist/{theme-classic.css => ratchet-theme.css} (100%) diff --git a/Gruntfile.js b/Gruntfile.js index a6a0546..629859d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -45,7 +45,7 @@ module.exports = function(grunt) { dist: { files: { '<%= meta.distPath %><%= pkg.name %>.css': '<%= meta.srcPath %>sass/ratchet.scss', - '<%= meta.distPath %>theme-classic.css': '<%= meta.srcPath %>sass/ratchet-theme.scss' + '<%= meta.distPath %><%= pkg.name %>-theme.css': '<%= meta.srcPath %>sass/theme-classic.scss' } } }, diff --git a/dist/theme-classic.css b/dist/ratchet-theme.css similarity index 100% rename from dist/theme-classic.css rename to dist/ratchet-theme.css