bower.json and Gruntfile.js cleanup
This commit is contained in:
19
Gruntfile.js
19
Gruntfile.js
@@ -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: {
|
||||
|
Reference in New Issue
Block a user