Symfony2 Assetic and Less Sourcemaps
问题 I am unsure how I can hack the assetic less filter to output a sourcemap file. I am referring to the LessFilter here https://github.com/kriswallsmith/assetic/blob/master/src/Assetic/Filter/LessFilter.php lines 145 and 146 is where the Symfony\Component\Process\Process object is created $proc = $pb->getProcess(); $code = $proc->run(); The trouble is this output gets placed into one single file. I am not sure how to generate a second sourcemap file. How can I extend this filter or hack the