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
2a6894d8
Commit
2a6894d8
authored
Apr 15, 2012
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplify make - move zipping to gh-pages only
parent
c262ead6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile
Makefile
+7
-7
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
No files found.
Makefile
View file @
2a6894d8
...
...
@@ -7,10 +7,9 @@ BOOTSTRAP_RESPONSIVE_LESS = ./less/responsive.less
# BUILD DOCS
#
docs
:
bootstrap
rm
docs/assets/bootstrap.zip
zip
-r
docs/assets/bootstrap.zip bootstrap
rm
-r
bootstrap
docs
:
jshint js/
*
.js
--config
js/.jshintrc
jshint js/tests/unit/
*
.js
--config
js/.jshintrc
lessc
${BOOTSTRAP_LESS}
>
${BOOTSTRAP}
lessc
${BOOTSTRAP_RESPONSIVE_LESS}
>
${BOOTSTRAP_RESPONSIVE}
node docs/build
...
...
@@ -32,8 +31,6 @@ bootstrap:
lessc
--yui-compress
${BOOTSTRAP_LESS}
>
bootstrap/css/bootstrap.min.css
lessc
${BOOTSTRAP_RESPONSIVE_LESS}
>
bootstrap/css/bootstrap-responsive.css
lessc
--yui-compress
${BOOTSTRAP_RESPONSIVE_LESS}
>
bootstrap/css/bootstrap-responsive.min.css
jshint js/
*
.js
--config
js/.jshintrc
jshint js/tests/unit/
*
.js
--config
js/.jshintrc
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.tmp.js
echo
"/*!
\n
* Bootstrap.js by @fat & @mdo
\n
* Copyright 2012 Twitter, Inc.
\n
* http://www.apache.org/licenses/LICENSE-2.0.txt
\n
*/"
>
bootstrap/js/copyright.js
...
...
@@ -44,7 +41,10 @@ bootstrap:
# MAKE FOR GH-PAGES 4 FAT & MDO ONLY (O_O )
#
gh-pages
:
docs
gh-pages
:
bootstrap docs
rm
docs/assets/bootstrap.zip
zip
-r
docs/assets/bootstrap.zip bootstrap
rm
-r
bootstrap
rm
-f
../bootstrap-gh-pages/assets/bootstrap.zip
node docs/build production
cp
-r
docs/
*
../bootstrap-gh-pages
...
...
docs/assets/bootstrap.zip
deleted
100644 → 0
View file @
c262ead6
File deleted
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