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
ef3c560a
Commit
ef3c560a
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Reorder grunt dist tasks to ensure JS gets copied over
parent
1387784d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Gruntfile.js
+1
-1
Gruntfile.js
docs/dist/js/bootstrap.min.js
+6
-0
docs/dist/js/bootstrap.min.js
with
7 additions
and
1 deletion
+7
-1
Gruntfile.js
+
1
-
1
View file @
ef3c560a
...
...
@@ -399,7 +399,7 @@ module.exports = function (grunt) {
grunt
.
registerTask
(
'
dist-docs
'
,
'
copy:docs
'
);
// Full distribution task.
grunt
.
registerTask
(
'
dist
'
,
[
'
clean
'
,
'
dist-css
'
,
'
copy:fonts
'
,
'
dist-
doc
s
'
,
'
dist-
j
s
'
]);
grunt
.
registerTask
(
'
dist
'
,
[
'
clean
'
,
'
dist-css
'
,
'
copy:fonts
'
,
'
dist-
j
s
'
,
'
dist-
doc
s
'
]);
// Default task.
grunt
.
registerTask
(
'
default
'
,
[
'
test
'
,
'
dist
'
,
'
build-glyphicons-data
'
,
'
build-customizer
'
,
'
update-shrinkwrap
'
]);
...
...
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.min.js
0 → 100644
+
6
-
0
View file @
ef3c560a
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