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
0de6584e
Commit
0de6584e
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
register task
parent
cf8bb888
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Gruntfile.js
+3
-0
Gruntfile.js
with
3 additions
and
0 deletions
+3
-0
Gruntfile.js
+
3
-
0
View file @
0de6584e
...
...
@@ -517,6 +517,9 @@ module.exports = function (grunt) {
grunt
.
registerTask
(
'
prep-release
'
,
[
'
dist
'
,
'
docs
'
,
'
jekyll:github
'
,
'
htmlmin
'
,
'
compress
'
]);
// Publish to GitHub
grunt
.
registerTask
(
'
publish
'
,
[
'
buildcontrol:pages
'
]);
// Task for updating the cached npm packages used by the Travis build (which are controlled by test-infra/npm-shrinkwrap.json).
// This task should be run and the updated file should be committed whenever Bootstrap's dependencies change.
grunt
.
registerTask
(
'
update-shrinkwrap
'
,
[
'
exec:npmUpdate
'
,
'
_update-shrinkwrap
'
]);
...
...
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