Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
f10cf21a
Commit
f10cf21a
authored
Dec 28, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Streamline copy process by not bringing over full files into docs/dist/, only take minified ones
parent
a9c829bc
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
8041 deletions
+15
-8041
Gruntfile.js
Gruntfile.js
+15
-4
docs/dist/css/bootstrap-theme.css
docs/dist/css/bootstrap-theme.css
+0
-347
docs/dist/css/bootstrap.css
docs/dist/css/bootstrap.css
+0
-5766
docs/dist/js/bootstrap.js
docs/dist/js/bootstrap.js
+0
-1924
No files found.
Gruntfile.js
View file @
f10cf21a
...
...
@@ -197,11 +197,22 @@ module.exports = function (grunt) {
src
:
[
'
fonts/*
'
],
dest
:
'
dist/
'
},
d
oc
s
:
{
d
ist_cs
s
:
{
expand
:
true
,
cwd
:
'
./dist/
'
,
src
:
[
'
**
'
],
dest
:
'
./docs/dist/
'
cwd
:
'
./dist/css
'
,
src
:
[
'
*.min.css
'
,
'
*.css.map
'
],
dest
:
'
docs/dist/css
'
},
dist_js
:
{
expand
:
true
,
cwd
:
'
./dist/js
'
,
src
:
[
'
*.min.js
'
],
dest
:
'
docs/dist/js
'
},
dist_fonts
:
{
expand
:
true
,
src
:
[
'
fonts/*
'
],
dest
:
'
docs/dist/
'
}
},
...
...
docs/dist/css/bootstrap-theme.css
deleted
100644 → 0
View file @
a9c829bc
This diff is collapsed.
Click to expand it.
docs/dist/css/bootstrap.css
deleted
100644 → 0
View file @
a9c829bc
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.js
deleted
100644 → 0
View file @
a9c829bc
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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