Skip to content
Snippets Groups Projects
Commit 904f47d0 authored by Benjamin Baer's avatar Benjamin Baer
Browse files

Merge branch 'F10987-remove-grunt' of git.math.uzh.ch:typo3/qfq into F10987-remove-grunt

parents 5b80438b d650a1d8
No related branches found
No related tags found
4 merge requests!691New version v24.3.0,!638Merge Develop to B16343,!637develop into F17086-Multiple-Forms-on-a-page,!634F10987 remove grunt
Pipeline #11091 failed
......@@ -67,6 +67,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/",
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment