You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My problem is that the AssetFactory::createAsset(); method doesn't accept real Assets as array elements. Only path strings are allowed. But I need the ability to place e.g. StringAsset there.
Is there simply no possibility to combine & minify Assets, dump them via AssetWriter::writeAsset() and return the generated file name via getTargetPath() or am I considering the wrong classes and methods here?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I got a problem which I extensively explained on StackOverflow (http://stackoverflow.com/questions/9720887/assetic-write-asset).
My problem is that the
AssetFactory::createAsset();
method doesn't accept real Assets as array elements. Only path strings are allowed. But I need the ability to place e.g. StringAsset there.Is there simply no possibility to combine & minify Assets, dump them via
AssetWriter::writeAsset()
and return the generated file name viagetTargetPath()
or am I considering the wrong classes and methods here?Thanks in advance!
The text was updated successfully, but these errors were encountered: