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
f9d0fab4
Commit
f9d0fab4
authored
Feb 11, 2016
by
Rafael Ostertag
Browse files
Gruntfile.js: copy jquery to js/ for dev purposes.
parent
46f1cb0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Gruntfile.js
View file @
f9d0fab4
...
...
@@ -53,6 +53,19 @@ module.exports = function (grunt) {
}
]
},
jquery_devel
:
{
files
:
[
{
cwd
:
'
bower_components/jquery/dist/
'
,
src
:
[
'
jquery.min.js
'
],
expand
:
true
,
dest
:
"
js/
"
,
flatten
:
true
}
]
},
jqwidgets
:
{
files
:
[
{
...
...
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