Closed (fixed)
Project:
Advanced CSS/JS Aggregation
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2016 at 21:07 UTC
Updated:
27 Sep 2016 at 02:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
markdorisonComment #3
mikeytown2 commentedDoes this happen to you with #2752147-9: Undefined index: weight/group/every_page in advagg_mod_sort_css_js/advagg_drupal_sort_css_js_stable, the latest dev in short?
Comment #4
markdorison@markdorison: Yes, this occurs with the latest dev release.
Comment #5
mikeytown2 commentedThis should fix the root issue; js files have to have scope otherwise they don't get added. Noted that this should fix the issue in here as well #2790301: Undefined index: scope in drupal_get_js()
I still think you have a js_alter hook that is doing something wrong.
Comment #7
mikeytown2 commented#5 has been committed.