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
59016d21
Commit
59016d21
authored
Feb 01, 2012
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
only add the anyalytics to production
parent
7f32d15f
Changes
13
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
46 additions
and
2 deletions
+46
-2
Makefile
Makefile
+7
-2
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/base-css.html
docs/base-css.html
+2
-0
docs/build/index.js
docs/build/index.js
+2
-0
docs/components.html
docs/components.html
+2
-0
docs/download.html
docs/download.html
+2
-0
docs/examples.html
docs/examples.html
+2
-0
docs/index.html
docs/index.html
+2
-0
docs/javascript.html
docs/javascript.html
+2
-0
docs/less.html
docs/less.html
+2
-0
docs/scaffolding.html
docs/scaffolding.html
+2
-0
docs/templates/layout.mustache
docs/templates/layout.mustache
+19
-0
docs/upgrading.html
docs/upgrading.html
+2
-0
No files found.
Makefile
View file @
59016d21
...
@@ -38,12 +38,17 @@ bootstrap:
...
@@ -38,12 +38,17 @@ bootstrap:
uglifyjs
-nc
bootstrap/js/bootstrap.js
>
bootstrap/js/bootstrap.min.js
uglifyjs
-nc
bootstrap/js/bootstrap.js
>
bootstrap/js/bootstrap.min.js
#
#
#
WATCH LESS FILES
#
MAKE FOR GH-PAGES 4 FAT & MDO ONLY (O_O )
#
#
gh-pages
:
gh-pages
:
docs
node docs/build production
cp
-r
docs/
*
../bootstrap-gh-pages
cp
-r
docs/
*
../bootstrap-gh-pages
#
# WATCH LESS FILES
#
watch
:
watch
:
echo
"Watching less files..."
;
\
echo
"Watching less files..."
;
\
watchr
-e
"watch('less/.*
\.
less') { system 'make' }"
watchr
-e
"watch('less/.*
\.
less') { system 'make' }"
...
...
docs/assets/bootstrap.zip
View file @
59016d21
No preview for this file type
docs/base-css.html
View file @
59016d21
...
@@ -1576,5 +1576,7 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -1576,5 +1576,7 @@ For example, <code>section</code> should be wrapped as inline.
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<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>
</body>
</body>
</html>
</html>
docs/build/index.js
View file @
59016d21
#!/usr/bin/env node
#!/usr/bin/env node
var
hogan
=
require
(
'
hogan.js
'
)
var
hogan
=
require
(
'
hogan.js
'
)
,
fs
=
require
(
'
fs
'
)
,
fs
=
require
(
'
fs
'
)
,
prod
=
process
.
argv
[
2
]
==
'
production
'
var
layout
,
pages
var
layout
,
pages
...
@@ -21,6 +22,7 @@ pages.forEach(function (name) {
...
@@ -21,6 +22,7 @@ pages.forEach(function (name) {
context
[
name
.
replace
(
/
\.
mustache$/
,
''
)]
=
'
active
'
context
[
name
.
replace
(
/
\.
mustache$/
,
''
)]
=
'
active
'
context
.
_i
=
true
context
.
_i
=
true
context
.
production
=
prod
page
=
hogan
.
compile
(
page
,
{
sectionTags
:
[{
o
:
'
_i
'
,
c
:
'
i
'
}]
})
page
=
hogan
.
compile
(
page
,
{
sectionTags
:
[{
o
:
'
_i
'
,
c
:
'
i
'
}]
})
page
=
layout
.
render
(
context
,
{
page
=
layout
.
render
(
context
,
{
...
...
docs/components.html
View file @
59016d21
...
@@ -1511,5 +1511,7 @@
...
@@ -1511,5 +1511,7 @@
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<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>
</body>
</body>
</html>
</html>
docs/download.html
View file @
59016d21
...
@@ -354,5 +354,7 @@
...
@@ -354,5 +354,7 @@
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<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>
</body>
</body>
</html>
</html>
docs/examples.html
View file @
59016d21
...
@@ -139,5 +139,7 @@
...
@@ -139,5 +139,7 @@
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<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>
</body>
</body>
</html>
</html>
docs/index.html
View file @
59016d21
...
@@ -243,5 +243,7 @@
...
@@ -243,5 +243,7 @@
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<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>
</body>
</body>
</html>
</html>
docs/javascript.html
View file @
59016d21
...
@@ -1459,5 +1459,7 @@ $('.myCarousel').carousel({
...
@@ -1459,5 +1459,7 @@ $('.myCarousel').carousel({
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<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>
</body>
</body>
</html>
</html>
docs/less.html
View file @
59016d21
...
@@ -790,5 +790,7 @@
...
@@ -790,5 +790,7 @@
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<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>
</body>
</body>
</html>
</html>
docs/scaffolding.html
View file @
59016d21
...
@@ -432,5 +432,7 @@
...
@@ -432,5 +432,7 @@
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<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>
</body>
</body>
</html>
</html>
docs/templates/layout.mustache
View file @
59016d21
...
@@ -109,5 +109,24 @@
...
@@ -109,5 +109,24 @@
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<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>
{{#
production
}}
<!-- 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>
{{/
production
}}
</body>
</body>
</html>
</html>
docs/upgrading.html
View file @
59016d21
...
@@ -291,5 +291,7 @@
...
@@ -291,5 +291,7 @@
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<script
src=
"assets/js/bootstrap-carousel.js"
></script>
<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>
</body>
</body>
</html>
</html>
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