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
2dffdf66
Commit
2dffdf66
authored
Sep 28, 2016
by
Rafael Ostertag
Browse files
Scaffolding for bootstrap-wysiwyg.
parent
fdb1502d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Gruntfile.js
View file @
2dffdf66
...
...
@@ -233,6 +233,32 @@ module.exports = function (grunt) {
}
]
},
bootstrap_wysiwyg
:
{
files
:
[
{
cwd
:
'
bower_components/bootstrap-wysiwyg/
'
,
src
:
[
'
bootstrap-wysiwyg.js
'
],
expand
:
true
,
dest
:
typo3_js
,
flatten
:
true
}
]
},
bootstrap_wysiwyg_devel
:
{
files
:
[
{
cwd
:
'
bower_components/bootstrap-wysiwyg/
'
,
src
:
[
'
bootstrap-wysiwyg.js
'
],
expand
:
true
,
dest
:
'
js/
'
,
flatten
:
true
}
]
},
eventEmitter
:
{
files
:
[
{
...
...
bower.json
View file @
2dffdf66
...
...
@@ -22,6 +22,7 @@
"tablesorter"
:
"jquery.tablesorter#^2.25.6"
,
"eventEmitter"
:
"^4.3.0"
,
"bootstrap-validator"
:
"^0.10.2"
,
"Chart.js"
:
"^2.1.2"
"Chart.js"
:
"^2.1.2"
,
"bootstrap-wysiwyg"
:
"*"
}
}
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