Skip to content

Commit

Permalink
Delete mix-manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PSalador committed Jun 5, 2019
1 parent 100bed7 commit 9fd8302
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"require": {
"php": "^7.1",
"cviebrock/eloquent-sluggable": "^4.8",
"orchid/platform": "~5.0.0|dev-master",
"orchid/platform": "~5.0.0|dev-master",
"orchids/xsetting": "dev-master"
},
"require-dev": {
Expand Down
4 changes: 0 additions & 4 deletions public/clean-blog/mix-manifest.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/Providers/PressServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function boot(Dashboard $dashboard)
$this->dashboard
->addPublicDirectory('press',PRESS_PATH.'/public/');

\View::composer('platform::app', function () {
View::composer('platform::app', function () {
\Dashboard::registerResource('scripts', orchid_mix('/js/press.js', 'press'))
->registerResource('stylesheets', orchid_mix('/css/press.css', 'press'));
});
Expand Down

0 comments on commit 9fd8302

Please sign in to comment.