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
b5d87fc4
Commit
b5d87fc4
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
rename HTML5 validation Grunt task since it checks the examples too
parent
af9fd026
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Gruntfile.js
+2
-2
Gruntfile.js
with
2 additions
and
2 deletions
+2
-2
Gruntfile.js
+
2
-
2
View file @
b5d87fc4
...
@@ -166,10 +166,10 @@ module.exports = function(grunt) {
...
@@ -166,10 +166,10 @@ module.exports = function(grunt) {
grunt
.
loadNpmTasks
(
'
browserstack-runner
'
);
grunt
.
loadNpmTasks
(
'
browserstack-runner
'
);
// Docs HTML validation task
// Docs HTML validation task
grunt
.
registerTask
(
'
validate-
docs
'
,
[
'
jekyll
'
,
'
validation
'
]);
grunt
.
registerTask
(
'
validate-
html
'
,
[
'
jekyll
'
,
'
validation
'
]);
// Test task.
// Test task.
var
testSubtasks
=
[
'
jshint
'
,
'
qunit
'
,
'
validate-
docs
'
];
var
testSubtasks
=
[
'
jshint
'
,
'
qunit
'
,
'
validate-
html
'
];
// Only run BrowserStack tests under Travis
// Only run BrowserStack tests under Travis
if
(
process
.
env
.
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
// 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.
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