Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
typo3
qfq
Commits
d650a1d8
Commit
d650a1d8
authored
1 year ago
by
Benjamin Baer
Browse files
Options
Downloads
Patches
Plain Diff
added some missing libs
parent
9399e0fa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!691
New version v24.3.0
,
!638
Merge Develop to B16343
,
!637
develop into F17086-Multiple-Forms-on-a-page
,
!634
F10987 remove grunt
Pipeline
#11088
failed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
javascript/build/copy.js
+18
-1
18 additions, 1 deletion
javascript/build/copy.js
with
18 additions
and
1 deletion
javascript/build/copy.js
+
18
−
1
View file @
d650a1d8
...
...
@@ -5,7 +5,7 @@ ncp.limit = 16
const
options
=
{
clobber
:
true
,
//overwrite dir
stopOnErr
:
true
,
filter
:
/
(
node_modules|@.*|fontawesome-free|
[
A-Za-z0-9
]
*|debug
\.
js|min
\.
js|.*min
\.
js
\.
map|.*min
\.
css|.*min
\.
css
\.
map|qfq*|.*
\.
ttf|
\.
svg|
\.
woff
)
$/
filter
:
/
(
node_modules|@.*|fontawesome-free|
[
A-Za-z0-9
]
*|debug
\.
js|min
\.
js|.*min
\.
js
\.
map|.*min
\.
css|.*min
\.
css
\.
map|qfq*|.*
\.
ttf|
\.
svg|
\.
woff
|codemirror
\.
css
)
$/
}
const
target
=
{
...
...
@@ -55,6 +55,23 @@ const todos = [
},{
name
:
"
fontPassword
"
,
font
:
"
resources/custom_fonts/
"
},{
name
:
"
typeAhead
"
,
js
:
"
node_modules/corejs-typeahead/dist/
"
},{
name
:
"
codemirror
"
,
css
:
"
node_modules/codemirror/lib/
"
,
custom
:
{
from
:
"
node_modules/codemirror/mode/
"
,
to
:
target
.
js
+
"
code-mirror-mode/
"
}
},{
name
:
"
fullcalendar
"
,
js
:
"
node_modules/fullcalendar/dist/
"
,
css
:
"
node_modules/fullcalendar/dist/
"
},{
name
:
"
moment
"
,
js
:
"
node_modules/moment/min/
"
,
}
]
...
...
This diff is collapsed.
Click to expand it.
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