Skip to content
  • Robin McCorkell's avatar
    Fix JS asset generation · 2c44bc17
    Robin McCorkell authored
    At some point SeparatorFilter should be included upstream
    (kriswallsmith/assetic), then lib/private/assetic/separatorfilter.php can be
    removed and the `use` in lib/private/templatelayout.php rewritten.
    
    SeparatorFilter inserts a separator between assets, preventing issues when
    files are incorrectly terminated. For JS this is a semicolon.
    2c44bc17