Symfony2 Assetic Don't Generate Composite File on --env=dev
问题 Is there any way to tell the Assetic command-line file to not generate the composite "output" file when it builds for the dev environment? We have it running with the --watch configuration. We have composite files which take a long time to generate and aren't used, so it's a serious waste of time. It also causes it to regenerate all files in that stack, instead of the one single one that changes. Any ideas? If there isn't, I'm half-tempted to override the asset:dump command myself because we