Searched refs:componentDir (Results 1 – 6 of 6) sorted by relevance
37 $destination = $this->componentDir.DIRECTORY_SEPARATOR.'require-built.js';38 $require = $this->componentDir.DIRECTORY_SEPARATOR.'require.js';49 $packageDir = $this->componentDir.DIRECTORY_SEPARATOR.$componentName;
51 protected $componentDir = 'components'; variable in ComponentInstaller\\Process\\Process84 $this->componentDir = $this->config->get('component-dir');179 return $this->componentDir;189 return $this->componentDir = $dir;
47 $packagePath = $this->componentDir.'/'.$package;63 $targetPath = $this->componentDir;81 if (file_put_contents($this->componentDir . '/require.css', $assets->dump()) === FALSE) {
53 $destination = $this->componentDir . '/require.config.js';73 if (file_put_contents($this->componentDir . '/require.js', $assets->dump()) === FALSE) {174 $destination = $this->componentDir.DIRECTORY_SEPARATOR.$file;
59 …$destination = $this->componentDir.DIRECTORY_SEPARATOR.$componentName.DIRECTORY_SEPARATOR.$without…
28 protected $componentDir; variable in ComponentInstaller\\Installer105 $this->componentDir = $this->getComponentDir();106 $this->filesystem->ensureDirectoryExists($this->componentDir);