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
typo3
qfq
Commits
9f3b69f9
Commit
9f3b69f9
authored
Feb 17, 2016
by
Carsten Rose
Browse files
Merge remote-tracking branch 'origin/raos_work' into Typo3integrated
Build debug version ov qfq-js too.
parents
c3feb019
474593a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Gruntfile.js
View file @
9f3b69f9
...
...
@@ -2,6 +2,10 @@ module.exports = function (grunt) {
var
typo3_css
=
'
extension/Resources/Public/Css/
'
;
var
typo3_js
=
'
extension/Resources/Public/JavaScript/
'
;
var
typo3_fonts
=
'
extension/Resources/Public/fonts/
'
;
var
js_sources
=
[
'
javascript/src/Helper/*.js
'
,
'
javascript/src/*.js
'
];
// Project configuration.
grunt
.
initConfig
({
...
...
@@ -177,12 +181,13 @@ module.exports = function (grunt) {
]
},
concat
:
{
debug
:
{
src
:
[
'
javascript/src/Helper/*.js
'
,
'
javascript/src/*.js
'
],
debug_standalone
:
{
src
:
js_sources
,
dest
:
'
js/<%= pkg.name %>.debug.js
'
},
debug_extension
:
{
src
:
js_sources
,
dest
:
typo3_js
+
'
<%= pkg.name %>.debug.js
'
}
},
less
:
{
...
...
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