Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
92c4715f
Commit
92c4715f
authored
Oct 09, 2020
by
Davide
Browse files
removed unused .css
parent
57e2212f
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
routes/web.php
View file @
92c4715f
...
...
@@ -167,8 +167,7 @@ Route::group(
->
with
(
'navbarFocus'
,
'dienste'
)
->
with
(
'agent'
,
new
Agent
())
->
with
(
'browser'
,
(
new
Agent
())
->
browser
())
->
with
(
'request'
,
$this
->
input
(
'request'
,
'GET'
))
->
with
(
'css'
,
[
mix
(
'/css/plugin.css'
)]);
->
with
(
'request'
,
$this
->
input
(
'request'
,
'GET'
));
});
Route
::
group
([
'middleware'
=>
[
'auth.basic'
],
'prefix'
=>
'admin'
],
function
()
{
...
...
webpack.mix.js
View file @
92c4715f
...
...
@@ -46,9 +46,6 @@ mix
.
less
(
"
resources/less/utility.less
"
,
"
public/css/utility.css
"
,
{
strictMath
:
true
})
.
less
(
"
resources/less/metager/pages/plugin.less
"
,
"
public/css/plugin.css
"
,{
strictMath
:
true
})
// js
.
babel
(
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment