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
a5de97e4
Commit
a5de97e4
authored
Jul 04, 2017
by
Dominik Hebeler
Browse files
Weitere Bugfixes
parent
cee8fe34
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
a5de97e4
...
...
@@ -16,4 +16,5 @@ langfiles.zip
/public/js/scriptResultPage.js
/public/css/beitritt.css
/public/css/themes/default.css
/public/css/utility.css
**/*.map
gulpfile.js
View file @
a5de97e4
...
...
@@ -34,9 +34,9 @@ elixir(function (mix) {
// versioning
mix
.
version
([
'
css/themes/default.css
'
,
'
js/lib.js
'
,
'
js/quicktips.js
'
]);
// utility
mix
.
scripts
(
'
utility.js
'
,
'
public/js/utility.js
'
);
mix
.
scripts
(
[
'
utility.js
'
]
,
'
public/js/utility.js
'
);
mix
.
less
(
'
utility.less
'
,
'
public/css/utility.css
'
);
mix
.
version
(
'
js/utility.js
'
,
'
css/utility.css
'
);
mix
.
version
(
[
'
js/utility.js
'
,
'
css/utility.css
'
]
);
// beitritt
mix
.
less
(
'
metager/beitritt.less
'
,
'
public/css/beitritt.css
'
);
mix
.
version
([
'
css/beitritt.css
'
]);
...
...
public/css/utility.css
deleted
100644 → 0
View file @
cee8fe34
.js-only
{
display
:
none
!important
;
}
/*# sourceMappingURL=utility.css.map */
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