In http://drupal.org/node/1335634 this issue was fixed.
This issue still occurs in ftools on autocreating modules.
Link to the fixed code.

Comments

barry_fisher’s picture

Status: Active » Needs review
StatusFileSize
new1.24 KB

It would appear this module still needs patching to prevent exclusion of js/css files.

The link in issue summary solves core Features module "Download Feature" inclusion of CSS/JS issue, however this small patch is also required to the Features Tools module too.

tsi’s picture

Status: Needs review » Reviewed & tested by the community

Yep, that works.
I don't see why you've removed the period at the end of the comment -

+  // Directly copy the following attributes

But the fix is great, thanks.

kmajzlik’s picture

Patch incorrect at this moment. Filenames were changed to ftools.
Attaching new one.

perelman.yuval’s picture

Hi all.
Thanks for the patch.
I will port it to the dev version in the next days.

perelman.yuval’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Hi all, the patch is ported to the dev version.
Thanks!!!