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
typo3
qfq
Commits
fa7b29ab
Commit
fa7b29ab
authored
Jan 17, 2020
by
bbaer
Browse files
fixed gruntfile problem
parent
43e1fad4
Pipeline
#3148
passed with stages
in 2 minutes and 5 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Gruntfile.js
View file @
fa7b29ab
...
...
@@ -515,11 +515,11 @@ module.exports = function (grunt) {
},
concat
:
{
js
:
{
src
:
'
j
s/full
C
alendar/*/main.js
'
,
src
:
'
node_module
s/
@
full
c
alendar/*/main.js
'
,
dest
:
'
js/fullCalendar.js
'
},
css
:
{
src
:
'
j
s/full
C
alendar/*/main.min.css
'
,
src
:
'
node_module
s/
@
full
c
alendar/*/main.min.css
'
,
dest
:
typo3_css
+
'
fullCalendar.min.css
'
}
},
...
...
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