bower.json and Gruntfile.js cleanup

This commit is contained in:
Scott Nonnenberg
2018-05-19 21:38:12 -07:00
parent ec3e36824c
commit 496e0499c4
4 changed files with 14 additions and 430 deletions

View File

@@ -119,19 +119,6 @@ module.exports = function(grunt) {
],
options: { jshintrc: '.jshintrc' },
},
dist: {
src: [
'background.html',
'index.html',
'options.html',
'_locales/**',
'protos/*',
'js/**',
'stylesheets/*.css',
'!js/register.js',
],
res: ['images/**/*', 'fonts/*'],
},
copy: {
deps: {
files: [
@@ -145,12 +132,6 @@ module.exports = function(grunt) {
},
],
},
res: {
files: [{ expand: true, dest: 'dist/', src: ['<%= dist.res %>'] }],
},
src: {
files: [{ expand: true, dest: 'dist/', src: ['<%= dist.src %>'] }],
},
},
watch: {
dist: {