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
c2d58612
Commit
c2d58612
authored
11 years ago
by
fat
Browse files
Options
Download
Email Patches
Plain Diff
update gruntfile not to run validation + remove validation status
parent
c64a8cfc
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Gruntfile.js
+1
-1
Gruntfile.js
validation-status.json
+0
-1
validation-status.json
with
1 addition
and
2 deletions
+1
-2
Gruntfile.js
+
1
-
1
View file @
c2d58612
...
...
@@ -169,7 +169,7 @@ module.exports = function(grunt) {
grunt
.
registerTask
(
'
validate-html
'
,
[
'
jekyll
'
,
'
validation
'
]);
// Test task.
var
testSubtasks
=
[
'
dist-css
'
,
'
jshint
'
,
'
qunit
'
,
'
validate-html
'
];
var
testSubtasks
=
[
'
dist-css
'
,
'
jshint
'
,
'
qunit
'
];
// Only run BrowserStack tests under Travis
if
(
process
.
env
.
TRAVIS
)
{
// Only run BrowserStack tests if this is a mainline commit in twbs/bootstrap, or you have your own BrowserStack key
...
...
This diff is collapsed.
Click to expand it.
validation-status.json
deleted
100644 → 0
+
0
-
1
View file @
c64a8cfc
{
"_gh_pages/components/index.html"
:
true
,
"_gh_pages/css/index.html"
:
true
,
"_gh_pages/customize/index.html"
:
true
,
"_gh_pages/examples/carousel/index.html"
:
true
,
"_gh_pages/examples/grid/index.html"
:
true
,
"_gh_pages/examples/jumbotron-narrow/index.html"
:
true
,
"_gh_pages/examples/jumbotron/index.html"
:
true
,
"_gh_pages/examples/justified-nav/index.html"
:
true
,
"_gh_pages/examples/navbar-fixed-top/index.html"
:
true
,
"_gh_pages/examples/navbar-static-top/index.html"
:
true
}
\ No newline at end of file
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