Skip to content
GitLab
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
e1deb4e7
Commit
e1deb4e7
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
fix makefile to reset zips
parent
6738042c
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
Makefile
+2
-0
Makefile
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/base-css.html
+15
-0
docs/base-css.html
docs/components.html
+15
-0
docs/components.html
docs/download.html
+15
-0
docs/download.html
docs/examples.html
+15
-0
docs/examples.html
docs/index.html
+15
-0
docs/index.html
docs/javascript.html
+15
-0
docs/javascript.html
docs/less.html
+15
-0
docs/less.html
docs/scaffolding.html
+15
-0
docs/scaffolding.html
docs/upgrading.html
+15
-0
docs/upgrading.html
with
137 additions
and
0 deletions
+137
-0
Makefile
+
2
-
0
View file @
e1deb4e7
...
@@ -10,6 +10,7 @@ WATCHR ?= `which watchr`
...
@@ -10,6 +10,7 @@ WATCHR ?= `which watchr`
#
#
docs
:
bootstrap
docs
:
bootstrap
rm
docs/assets/bootstrap.zip
zip
-r
docs/assets/bootstrap.zip bootstrap
zip
-r
docs/assets/bootstrap.zip bootstrap
rm
-r
bootstrap
rm
-r
bootstrap
lessc
${BOOTSTRAP_LESS}
>
${BOOTSTRAP}
lessc
${BOOTSTRAP_LESS}
>
${BOOTSTRAP}
...
@@ -42,6 +43,7 @@ bootstrap:
...
@@ -42,6 +43,7 @@ bootstrap:
#
#
gh-pages
:
docs
gh-pages
:
docs
rm
-f
../bootstrap-gh-pages/assets/bootstrap.zip
node docs/build production
node docs/build production
cp
-r
docs/
*
../bootstrap-gh-pages
cp
-r
docs/
*
../bootstrap-gh-pages
...
...
This diff is collapsed.
Click to expand it.
docs/assets/bootstrap.zip
+
0
-
0
View file @
e1deb4e7
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/base-css.html
+
15
-
0
View file @
e1deb4e7
...
@@ -1577,6 +1577,21 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -1577,6 +1577,21 @@ For example, <code>section</code> should be wrapped as inline.
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<!-- Analytics
================================================== -->
<script>
var
_gauges
=
_gauges
||
[];
(
function
()
{
var
t
=
document
.
createElement
(
'
script
'
);
t
.
type
=
'
text/javascript
'
;
t
.
async
=
true
;
t
.
id
=
'
gauges-tracker
'
;
t
.
setAttribute
(
'
data-site-id
'
,
'
4f0dc9fef5a1f55508000013
'
);
t
.
src
=
'
//secure.gaug.es/track.js
'
;
var
s
=
document
.
getElementsByTagName
(
'
script
'
)[
0
];
s
.
parentNode
.
insertBefore
(
t
,
s
);
})();
</script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/components.html
+
15
-
0
View file @
e1deb4e7
...
@@ -1512,6 +1512,21 @@
...
@@ -1512,6 +1512,21 @@
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<!-- Analytics
================================================== -->
<script>
var
_gauges
=
_gauges
||
[];
(
function
()
{
var
t
=
document
.
createElement
(
'
script
'
);
t
.
type
=
'
text/javascript
'
;
t
.
async
=
true
;
t
.
id
=
'
gauges-tracker
'
;
t
.
setAttribute
(
'
data-site-id
'
,
'
4f0dc9fef5a1f55508000013
'
);
t
.
src
=
'
//secure.gaug.es/track.js
'
;
var
s
=
document
.
getElementsByTagName
(
'
script
'
)[
0
];
s
.
parentNode
.
insertBefore
(
t
,
s
);
})();
</script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/download.html
+
15
-
0
View file @
e1deb4e7
...
@@ -357,6 +357,21 @@
...
@@ -357,6 +357,21 @@
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<!-- Analytics
================================================== -->
<script>
var
_gauges
=
_gauges
||
[];
(
function
()
{
var
t
=
document
.
createElement
(
'
script
'
);
t
.
type
=
'
text/javascript
'
;
t
.
async
=
true
;
t
.
id
=
'
gauges-tracker
'
;
t
.
setAttribute
(
'
data-site-id
'
,
'
4f0dc9fef5a1f55508000013
'
);
t
.
src
=
'
//secure.gaug.es/track.js
'
;
var
s
=
document
.
getElementsByTagName
(
'
script
'
)[
0
];
s
.
parentNode
.
insertBefore
(
t
,
s
);
})();
</script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/examples.html
+
15
-
0
View file @
e1deb4e7
...
@@ -140,6 +140,21 @@
...
@@ -140,6 +140,21 @@
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<!-- Analytics
================================================== -->
<script>
var
_gauges
=
_gauges
||
[];
(
function
()
{
var
t
=
document
.
createElement
(
'
script
'
);
t
.
type
=
'
text/javascript
'
;
t
.
async
=
true
;
t
.
id
=
'
gauges-tracker
'
;
t
.
setAttribute
(
'
data-site-id
'
,
'
4f0dc9fef5a1f55508000013
'
);
t
.
src
=
'
//secure.gaug.es/track.js
'
;
var
s
=
document
.
getElementsByTagName
(
'
script
'
)[
0
];
s
.
parentNode
.
insertBefore
(
t
,
s
);
})();
</script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/index.html
+
15
-
0
View file @
e1deb4e7
...
@@ -244,6 +244,21 @@
...
@@ -244,6 +244,21 @@
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<!-- Analytics
================================================== -->
<script>
var
_gauges
=
_gauges
||
[];
(
function
()
{
var
t
=
document
.
createElement
(
'
script
'
);
t
.
type
=
'
text/javascript
'
;
t
.
async
=
true
;
t
.
id
=
'
gauges-tracker
'
;
t
.
setAttribute
(
'
data-site-id
'
,
'
4f0dc9fef5a1f55508000013
'
);
t
.
src
=
'
//secure.gaug.es/track.js
'
;
var
s
=
document
.
getElementsByTagName
(
'
script
'
)[
0
];
s
.
parentNode
.
insertBefore
(
t
,
s
);
})();
</script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/javascript.html
+
15
-
0
View file @
e1deb4e7
...
@@ -1460,6 +1460,21 @@ $('.myCarousel').carousel({
...
@@ -1460,6 +1460,21 @@ $('.myCarousel').carousel({
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<!-- Analytics
================================================== -->
<script>
var
_gauges
=
_gauges
||
[];
(
function
()
{
var
t
=
document
.
createElement
(
'
script
'
);
t
.
type
=
'
text/javascript
'
;
t
.
async
=
true
;
t
.
id
=
'
gauges-tracker
'
;
t
.
setAttribute
(
'
data-site-id
'
,
'
4f0dc9fef5a1f55508000013
'
);
t
.
src
=
'
//secure.gaug.es/track.js
'
;
var
s
=
document
.
getElementsByTagName
(
'
script
'
)[
0
];
s
.
parentNode
.
insertBefore
(
t
,
s
);
})();
</script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/less.html
+
15
-
0
View file @
e1deb4e7
...
@@ -790,6 +790,21 @@
...
@@ -790,6 +790,21 @@
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<!-- Analytics
================================================== -->
<script>
var
_gauges
=
_gauges
||
[];
(
function
()
{
var
t
=
document
.
createElement
(
'
script
'
);
t
.
type
=
'
text/javascript
'
;
t
.
async
=
true
;
t
.
id
=
'
gauges-tracker
'
;
t
.
setAttribute
(
'
data-site-id
'
,
'
4f0dc9fef5a1f55508000013
'
);
t
.
src
=
'
//secure.gaug.es/track.js
'
;
var
s
=
document
.
getElementsByTagName
(
'
script
'
)[
0
];
s
.
parentNode
.
insertBefore
(
t
,
s
);
})();
</script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/scaffolding.html
+
15
-
0
View file @
e1deb4e7
...
@@ -433,6 +433,21 @@
...
@@ -433,6 +433,21 @@
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<!-- Analytics
================================================== -->
<script>
var
_gauges
=
_gauges
||
[];
(
function
()
{
var
t
=
document
.
createElement
(
'
script
'
);
t
.
type
=
'
text/javascript
'
;
t
.
async
=
true
;
t
.
id
=
'
gauges-tracker
'
;
t
.
setAttribute
(
'
data-site-id
'
,
'
4f0dc9fef5a1f55508000013
'
);
t
.
src
=
'
//secure.gaug.es/track.js
'
;
var
s
=
document
.
getElementsByTagName
(
'
script
'
)[
0
];
s
.
parentNode
.
insertBefore
(
t
,
s
);
})();
</script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
docs/upgrading.html
+
15
-
0
View file @
e1deb4e7
...
@@ -292,6 +292,21 @@
...
@@ -292,6 +292,21 @@
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/bootstrap-typeahead.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<!-- Analytics
================================================== -->
<script>
var
_gauges
=
_gauges
||
[];
(
function
()
{
var
t
=
document
.
createElement
(
'
script
'
);
t
.
type
=
'
text/javascript
'
;
t
.
async
=
true
;
t
.
id
=
'
gauges-tracker
'
;
t
.
setAttribute
(
'
data-site-id
'
,
'
4f0dc9fef5a1f55508000013
'
);
t
.
src
=
'
//secure.gaug.es/track.js
'
;
var
s
=
document
.
getElementsByTagName
(
'
script
'
)[
0
];
s
.
parentNode
.
insertBefore
(
t
,
s
);
})();
</script>
</body>
</body>
</html>
</html>
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