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
1e4540f1
Commit
1e4540f1
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
@cvrebert's feedback
parent
0df96d8c
1 merge request
!12037
Bring back the `/docs` directory
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Gruntfile.js
+5
-5
Gruntfile.js
with
5 additions
and
5 deletions
+5
-5
Gruntfile.js
+
5
-
5
View file @
1e4540f1
...
...
@@ -200,19 +200,19 @@ module.exports = function (grunt) {
src
:
[
'
fonts/*
'
],
dest
:
'
dist/
'
},
dist
_c
ss
:
{
d
ocsD
ist
C
ss
:
{
expand
:
true
,
cwd
:
'
./dist/css
'
,
src
:
[
'
*.min.css
'
,
'
*.css.map
'
],
dest
:
'
docs/dist/css
'
},
dist
_j
s
:
{
d
ocsD
ist
J
s
:
{
expand
:
true
,
cwd
:
'
./dist/js
'
,
src
:
[
'
*.min.js
'
],
dest
:
'
docs/dist/js
'
},
dist
_f
onts
:
{
d
ocsD
ist
F
onts
:
{
expand
:
true
,
src
:
[
'
fonts/*
'
],
dest
:
'
docs/dist/
'
...
...
@@ -326,10 +326,10 @@ module.exports = function (grunt) {
grunt
.
registerTask
(
'
dist-css
'
,
[
'
less
'
,
'
csscomb
'
,
'
usebanner
'
]);
// Fonts distribution task.
grunt
.
registerTask
(
'
dist-docs
'
,
[
'
copy
'
]);
grunt
.
registerTask
(
'
dist-docs
'
,
[
'
copy
:docsDistCss
'
],
[
'
copy:docsDistJs
'
],
[
'
copy:docsDistFonts
'
]);
// Full distribution task.
grunt
.
registerTask
(
'
dist
'
,
[
'
clean
'
,
'
dist-css
'
,
'
dist-doc
s
'
,
'
dist-js
'
]);
grunt
.
registerTask
(
'
dist
'
,
[
'
clean
'
,
'
dist-css
'
,
'
copy:font
s
'
,
'
dist-js
'
]);
// Default task.
grunt
.
registerTask
(
'
default
'
,
[
'
test
'
,
'
dist
'
,
'
build-glyphicons-data
'
,
'
build-customizer
'
]);
...
...
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