Skip to content
GitLab
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
df832008
Commit
df832008
authored
May 18, 2018
by
Karl Hasselbring
Browse files
Lightslider-Verweise und doppelte Fontawesome-Dateien entfernt
parent
a685eb6f
Changes
41
Hide whitespace changes
Inline
Side-by-side
webpack.mix.js
View file @
df832008
...
...
@@ -22,7 +22,7 @@ mix
strictMath
:
true
})
// js
.
babel
([
'
resources/assets/js/lib/jquery.js
'
,
'
resources/assets/js/lib/jquery-ui.min.js
'
,
'
resources/assets/js/lib/bootstrap.js
'
,
'
resources/assets/js/lib/lightslider.js
'
,
.
babel
([
'
resources/assets/js/lib/jquery.js
'
,
'
resources/assets/js/lib/jquery-ui.min.js
'
,
'
resources/assets/js/lib/bootstrap.js
'
,
'
resources/assets/js/lib/masonry.js
'
,
'
resources/assets/js/lib/imagesloaded.js
'
,
'
resources/assets/js/lib/openpgp.min.js
'
,
'
resources/assets/js/lib/iframeResizer.min.js
'
,
'
resources/assets/js/lib/md5.js
'
],
'
public/js/lib.js
'
)
...
...
@@ -34,4 +34,4 @@ mix
.
babel
([
'
resources/assets/js/utility.js
'
,
'
resources/assets/js/translations.js
'
],
'
public/js/utility.js
'
)
.
babel
(
'
resources/assets/js/scriptJoinPage.js
'
,
'
public/js/scriptJoinPage.js
'
)
.
sourceMaps
(
false
,
'
inline-source-map
'
)
.
version
();
\ No newline at end of file
.
version
();
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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