Update the Gruntfile to build the files from their new locations. Brian moved them and the Gruntfile was pointing to their old location.

test-unit-sauce
Frost 10 years ago
parent 989749f4d3
commit 01560fe7b4

@ -38,11 +38,11 @@ module.exports = function(grunt) {
zip: {
release: {
src: [
'css/*.css',
'img/**',
'js/**',
'panes/*.html',
'panel.html',
'devtools-panel/css/*.css',
'devtools-panel/img/**',
'devtools-panel/js/**',
'devtools-panel/panes/*.html',
'devtools-panel/panel.html',
'LICENSE',
'manifest.json',
'background.html',