Ejemplo n.º 1
0
 public function flushJs()
 {
     $this->js->flush();
 }
Ejemplo n.º 2
0
 protected function buildJsUrls($baseUrl)
 {
     return $this->buildAssetUrls($baseUrl, [$this->js->getFile(), $this->localeJs->getFile()]);
 }