Closed (fixed)
Project:
Javascript Aggregator
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2009 at 07:41 UTC
Updated:
7 Jun 2009 at 09:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commented$htaccess is not set with the latest dev
Comment #2
mikeytown2 commented$aggregated_file can be empty sometimes; this is what was causing the error.
Comment #3
mikeytown2 commentedComment #4
derjochenmeyer commentedThanks a lot for testing and the patch. I splitted the minification and gzip/.htaccess stuff in the latest dev which is unneccessary. These errors were introduced by this split. I reverted some of these changes in the current dev (http://drupal.org/cvs?commit=215416).
Comment #5
derjochenmeyer commentedComment #6
mikeytown2 commentedThe 2 above patches made the split work correctly. Why did u revert the changes back? I thought the code was cleaner with the split.
Comment #7
derjochenmeyer commentedBecause there were other errors in my split. The htaccess was not deleted if gzip compression was disabled.