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
6394b7ad
Commit
6394b7ad
authored
Oct 12, 2016
by
Karl
Browse files
Neuer Library Ordner für JS und production-kompiliert
parent
fd5e9573
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
gulpfile.js
View file @
6394b7ad
...
...
@@ -12,5 +12,5 @@ require('laravel-elixir-vue-2');
*/
elixir
(
function
(
mix
)
{
mix
.
less
(
'
default.less
'
,
'
public/css/themes/default.css
'
);
mix
.
scripts
([
'
jquery.js
'
,
'
bootstrap.js
'
,
'
widgets.js
'
,
'
editLanguage.js
'
,
'
kontakt.js
'
,
'
lightslider.js
'
,
'
masonry.js
'
,
'
imagesloaded.js
'
,
'
openpgp.min.js
'
,
'
scriptResultPage.js
'
,
'
scriptStartPage.js
'
,
'
settings.js
'
/*, '/vue/app.js', '/vue/bootstrap.js'*/
]);
mix
.
scripts
([
'
lib/
jquery.js
'
,
'
lib/
bootstrap.js
'
,
'
widgets.js
'
,
'
editLanguage.js
'
,
'
kontakt.js
'
,
'
lib/
lightslider.js
'
,
'
lib/
masonry.js
'
,
'
lib/
imagesloaded.js
'
,
'
lib/
openpgp.min.js
'
,
'
scriptResultPage.js
'
,
'
scriptStartPage.js
'
,
'
settings.js
'
/*, '
lib
/vue/app.js', '
lib
/vue/bootstrap.js'*/
]);
});
\ No newline at end of file
public/js/all.js
View file @
6394b7ad
This diff is collapsed.
Click to expand it.
resources/assets/js/bootstrap.js
→
resources/assets/js/
lib/
bootstrap.js
View file @
6394b7ad
File moved
resources/assets/js/imagesloaded.js
→
resources/assets/js/
lib/
imagesloaded.js
View file @
6394b7ad
File moved
resources/assets/js/jquery.js
→
resources/assets/js/
lib/
jquery.js
View file @
6394b7ad
File moved
resources/assets/js/lightslider.js
→
resources/assets/js/
lib/
lightslider.js
View file @
6394b7ad
File moved
resources/assets/js/masonry.js
→
resources/assets/js/
lib/
masonry.js
View file @
6394b7ad
File moved
resources/assets/js/openpgp.min.js
→
resources/assets/js/
lib/
openpgp.min.js
View file @
6394b7ad
File moved
resources/assets/js/vue/app.js
→
resources/assets/js/
lib/
vue/app.js
View file @
6394b7ad
File moved
resources/assets/js/vue/bootstrap.js
→
resources/assets/js/
lib/
vue/bootstrap.js
View file @
6394b7ad
File moved
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