Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
bb0090a3
Commit
bb0090a3
authored
6 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Plain Diff
Merge branch '733-lightslider-verweise-entfernen' into 'development'
Resolve "Lightslider-Verweise entfernen" Closes
#733
See merge request
!1222
parents
0f2b8daf
5105afb4
No related branches found
Branches containing commit
No related tags found
1 merge request
!1365
Resolve "Filter Options for MetaGer"
Changes
41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
webpack.mix.js
+2
-2
2 additions, 2 deletions
webpack.mix.js
with
2 additions
and
2 deletions
webpack.mix.js
+
2
−
2
View file @
bb0090a3
...
@@ -23,7 +23,7 @@ mix
...
@@ -23,7 +23,7 @@ mix
strictMath
:
true
strictMath
:
true
})
})
// js
// 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/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
'
'
resources/assets/js/lib/md5.js
'
],
'
public/js/lib.js
'
)
],
'
public/js/lib.js
'
)
...
@@ -38,4 +38,4 @@ mix
...
@@ -38,4 +38,4 @@ mix
// source maps
// source maps
.
sourceMaps
(
false
,
'
inline-source-map
'
)
.
sourceMaps
(
false
,
'
inline-source-map
'
)
// versioning
// versioning
.
version
();
.
version
();
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment