|
@@ 196-203 (lines=8) @@
|
| 193 |
|
$output->writeln(''); |
| 194 |
|
} |
| 195 |
|
|
| 196 |
|
private function createBuildFile($input, $output) |
| 197 |
|
{ |
| 198 |
|
$files = array( |
| 199 |
|
'gulp' => 'gulp/gulpfile.js', |
| 200 |
|
); |
| 201 |
|
|
| 202 |
|
$this->createFileFromTemplate($input, $output, 'pipelines/'.$files[$input->getOption('pipeline')]); |
| 203 |
|
} |
| 204 |
|
|
| 205 |
|
private function createPackageJson($input, $output) |
| 206 |
|
{ |
|
@@ 205-212 (lines=8) @@
|
| 202 |
|
$this->createFileFromTemplate($input, $output, 'pipelines/'.$files[$input->getOption('pipeline')]); |
| 203 |
|
} |
| 204 |
|
|
| 205 |
|
private function createPackageJson($input, $output) |
| 206 |
|
{ |
| 207 |
|
$files = array( |
| 208 |
|
'gulp' => 'gulp/package.json', |
| 209 |
|
); |
| 210 |
|
|
| 211 |
|
$this->createFileFromTemplate($input, $output, 'pipelines/'.$files[$input->getOption('pipeline')]); |
| 212 |
|
} |
| 213 |
|
|
| 214 |
|
private function createBowerJson($input, $output) |
| 215 |
|
{ |