From 01560fe7b416965e1245a2c5e5a89d138d3789e5 Mon Sep 17 00:00:00 2001 From: Frost Date: Tue, 8 Apr 2014 04:19:05 -0600 Subject: [PATCH] Update the Gruntfile to build the files from their new locations. Brian moved them and the Gruntfile was pointing to their old location. --- Gruntfile.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 73900d5..fcc813b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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',