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
No known key found for this signature in database
GPG key ID: A4931C09644C654B
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'
}
}
},