Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
fdc33ced
Commit
fdc33ced
authored
10 years ago
by
Bas Bosman
Browse files
Options
Download
Email Patches
Plain Diff
Always use preserveComment: 'some'
parent
ed06fd09
5 merge requests
!28721
Hot test
,
!13829
Always use preserveComment: 'some'
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Gruntfile.js
+3
-9
Gruntfile.js
with
3 additions
and
9 deletions
+3
-9
Gruntfile.js
+
3
-
9
View file @
fdc33ced
...
@@ -109,17 +109,14 @@ module.exports = function (grunt) {
...
@@ -109,17 +109,14 @@ module.exports = function (grunt) {
},
},
uglify
:
{
uglify
:
{
options
:
{
preserveComments
:
'
some
'
},
bootstrap
:
{
bootstrap
:
{
options
:
{
banner
:
'
<%= banner %>
'
},
src
:
'
<%= concat.bootstrap.dest %>
'
,
src
:
'
<%= concat.bootstrap.dest %>
'
,
dest
:
'
dist/js/<%= pkg.name %>.min.js
'
dest
:
'
dist/js/<%= pkg.name %>.min.js
'
},
},
customize
:
{
customize
:
{
options
:
{
preserveComments
:
'
some
'
},
src
:
[
src
:
[
'
docs/assets/js/_vendor/less.min.js
'
,
'
docs/assets/js/_vendor/less.min.js
'
,
'
docs/assets/js/_vendor/jszip.min.js
'
,
'
docs/assets/js/_vendor/jszip.min.js
'
,
...
@@ -132,9 +129,6 @@ module.exports = function (grunt) {
...
@@ -132,9 +129,6 @@ module.exports = function (grunt) {
dest
:
'
docs/assets/js/customize.min.js
'
dest
:
'
docs/assets/js/customize.min.js
'
},
},
docsJs
:
{
docsJs
:
{
options
:
{
preserveComments
:
'
some
'
},
src
:
[
src
:
[
'
docs/assets/js/_vendor/holder.js
'
,
'
docs/assets/js/_vendor/holder.js
'
,
'
docs/assets/js/_vendor/ZeroClipboard.min.js
'
,
'
docs/assets/js/_vendor/ZeroClipboard.min.js
'
,
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets