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
b0976bb3
Commit
b0976bb3
authored
Jan 29, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Conflicts: docs/assets/bootstrap.zip
parents
702d3b6d
298e637d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
18 deletions
+15
-18
.gitignore
.gitignore
+1
-3
Makefile
Makefile
+13
-14
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/assets/js/application.js
docs/assets/js/application.js
+1
-1
No files found.
.gitignore
View file @
b0976bb3
...
...
@@ -34,5 +34,3 @@ nbproject
# Misc
js/min
\ No newline at end of file
dist
\ No newline at end of file
Makefile
View file @
b0976bb3
...
...
@@ -9,8 +9,7 @@ WATCHR ?= `which watchr`
# BUILD DOCS
#
docs
:
dist
cp
-r
dist bootstrap
docs
:
bootstrap
zip
-r
docs/assets/bootstrap.zip bootstrap
rm
-r
bootstrap
lessc
${BOOTSTRAP_LESS}
>
${BOOTSTRAP}
...
...
@@ -19,21 +18,21 @@ docs: dist
cp
img/
*
docs/assets/img/
#
# BUILD SIMPLE
DIST
DIRECTORY
# BUILD SIMPLE
BOOTSTRAP
DIRECTORY
# lessc & uglifyjs are required
#
dist
:
mkdir
-p
dist
/img
mkdir
-p
dist
/css
mkdir
-p
dist
/js
cp
img/
*
dist
/img/
lessc
${BOOTSTRAP_LESS}
>
dist
/css/bootstrap.css
lessc
--compress
${BOOTSTRAP_LESS}
>
dist
/css/bootstrap.min.css
lessc
${BOOTSTRAP_RESPONSIVE_LESS}
>
dist
/css/bootstrap.responsive
lessc
--compress
${BOOTSTRAP_RESPONSIVE_LESS}
>
dist
/css/bootstrap.min.responsive
cat
js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js
>
dist
/js/bootstrap.js
uglifyjs
-nc
dist/js/bootstrap.js
>
dist
/js/bootstrap.min.js
bootstrap
:
mkdir
-p
bootstrap
/img
mkdir
-p
bootstrap
/css
mkdir
-p
bootstrap
/js
cp
img/
*
bootstrap
/img/
lessc
${BOOTSTRAP_LESS}
>
bootstrap
/css/bootstrap.css
lessc
--compress
${BOOTSTRAP_LESS}
>
bootstrap
/css/bootstrap.min.css
lessc
${BOOTSTRAP_RESPONSIVE_LESS}
>
bootstrap
/css/bootstrap.responsive
lessc
--compress
${BOOTSTRAP_RESPONSIVE_LESS}
>
bootstrap
/css/bootstrap.min.responsive
cat
js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js
>
bootstrap
/js/bootstrap.js
uglifyjs
-nc
bootstrap/js/bootstrap.js
>
bootstrap
/js/bootstrap.min.js
#
# WATCH LESS FILES
...
...
docs/assets/bootstrap.zip
View file @
b0976bb3
No preview for this file type
docs/assets/js/application.js
View file @
b0976bb3
...
...
@@ -123,7 +123,7 @@
.
map
(
function
()
{
return
this
.
value
})
.
toArray
()
,
vars
=
{}
,
img
=
[
'
glyphicons-halflings
-sprite.png
'
,
'
glyphicons-halflings-sprite
-white.png
'
]
,
img
=
[
'
glyphicons-halflings
.png
'
,
'
glyphicons-halflings
-white.png
'
]
$
(
"
#variables.download input
"
)
.
each
(
function
()
{
...
...
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