Needs review
Project:
Default Content (Deprecated)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2014 at 22:12 UTC
Updated:
26 Jun 2014 at 15:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hefox commentedHere's a patch that relies on features patch #1064340: Allow export of additional files/assets.
Against release version, need to reroll for -dev
Comment #2
hefox commentedThere isn't an easy way to insert a way to return new files to processes here, so just used static instead, which is a bit... meh.
It should be doing this anyhow.
I didn't feel like updating this and didn't understand the purpose of it when using features, so removed it and went to using features.
This was cuasing bugs as the $node object was being altered twice
comments on patch + new patch with --relative. Oops.
Comment #3
hefox commentedPatch applies to -dev. Realized that rebuild part was /probably/ to prevent rebuilding when a node is updated, so added a check for that condition.
Comment #5
hefox commentedoops