Skip to content
GitLab
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
3a89fbc9
Commit
3a89fbc9
authored
11 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Add examples/**/*css in the csslint task.
Fixes
#12457
.
parent
8ee208e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Gruntfile.js
+2
-1
Gruntfile.js
with
2 additions
and
1 deletion
+2
-1
Gruntfile.js
+
2
-
1
View file @
3a89fbc9
...
@@ -82,7 +82,8 @@ module.exports = function (grunt) {
...
@@ -82,7 +82,8 @@ module.exports = function (grunt) {
src
:
[
src
:
[
'
dist/css/bootstrap.css
'
,
'
dist/css/bootstrap.css
'
,
'
dist/css/bootstrap-theme.css
'
,
'
dist/css/bootstrap-theme.css
'
,
'
docs/assets/css/docs.css
'
'
docs/assets/css/docs.css
'
,
'
docs/examples/**/*.css
'
]
]
},
},
...
...
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