Skip to content

Commit

Permalink
Npm package (#13)
Browse files Browse the repository at this point in the history
* inlined logo

* removed frontend assets

* simplified webpack file

* removed coreui

* restructured styles

* restructured js

* changed package.json after installing adminui

* edited webpack

* webpack replacement edited
  • Loading branch information
matejminar committed Nov 27, 2017
1 parent 37eacd1 commit 64d7bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/AdminUIInstall.php
Expand Up @@ -61,7 +61,7 @@ private function appendIfNotExists($fileName, $ifExistsRegex, $append) {
*/
private function frontendAdjustments(Filesystem $files) {
// webpack
if ($this->appendIfNotExists('webpack.mix.js', '|vendor/brackets/admin|', "\n\n" . $files->get(__DIR__ . '/../../../install-stubs/webpack.mix.js'))) {
if ($this->appendIfNotExists('webpack.mix.js', '|resources/assets/admin|', "\n\n" . $files->get(__DIR__ . '/../../../install-stubs/webpack.mix.js'))) {
$this->info('Webpack configuration updated');
}

Expand Down

0 comments on commit 64d7bff

Please sign in to comment.