Delete unused files

// FREEBIE
This commit is contained in:
lilia
2017-04-19 13:36:47 -07:00
committed by Scott Nonnenberg
parent de3816b094
commit 112f5a00ca
5 changed files with 1 additions and 124 deletions

View File

@@ -79,8 +79,7 @@ module.exports = function(grunt) {
sass: {
stylesheets: {
files: {
'stylesheets/manifest.css': 'stylesheets/manifest.scss',
'stylesheets/options.css': 'stylesheets/options.scss'
'stylesheets/manifest.css': 'stylesheets/manifest.scss'
}
}
},