/**
  * Creates the asset.
  *
  * @param string $path    The Puli path.
  * @param array  $content The asset's content.
  * @param array  $filters The filters to apply.
  */
 public function __construct($path, $content, $filters = array())
 {
     parent::__construct($content, $filters, '/', $path);
 }