Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7835311
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T13:35:28+00:00 2026-06-02T13:35:28+00:00

I have applied make to a github bootstrap clone ( git clone https://github.com/twitter/bootstrap.git )

  • 0

I have applied make to a github bootstrap clone (git clone https://github.com/twitter/bootstrap.git) and I receive the following output:

mkdir -p bootstrap/img
mkdir -p bootstrap/css
mkdir -p bootstrap/js
cp img/* bootstrap/img/
lessc ./less/bootstrap.less > bootstrap/css/bootstrap.css
lessc --compress ./less/bootstrap.less > bootstrap/css/bootstrap.min.css
lessc ./less/responsive.less > bootstrap/css/bootstrap-responsive.css
lessc --compress ./less/responsive.less > bootstrap/css/bootstrap-responsive.min.css
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
cat bootstrap/js/copyright.js bootstrap/js/bootstrap.min.tmp.js > bootstrap/js/bootstrap.min.js
rm bootstrap/js/copyright.js bootstrap/js/bootstrap.min.tmp.js
rm docs/assets/bootstrap.zip
rm: cannot remove `docs/assets/bootstrap.zip': No such file or directory
make: *** [docs] Error 1

My bootstrap/bootstrap folder contains:

├── css
│   ├── bootstrap.css
│   ├── bootstrap.min.css
│   ├── bootstrap-responsive.css
│   └── bootstrap-responsive.min.css
├── img
│   ├── glyphicons-halflings.png
│   └── glyphicons-halflings-white.png
└── js
    ├── bootstrap.js
    └── bootstrap.min.js

Do I need to worry about the make error, or am I good to go? (I’ve never used Bootstrap before).

Thanks!
Ryan

EDIT:

Applying make -i (thanks Beta) produces the following output (continuing on from the above output) and seems to be okay:

rm: cannot remove `docs/assets/bootstrap.zip': No such file or directory
make: [docs] Error 1 (ignored)
zip -r docs/assets/bootstrap.zip bootstrap
  adding: bootstrap/ (stored 0%)
  adding: bootstrap/js/ (stored 0%)
  adding: bootstrap/js/bootstrap.js (deflated 82%)
  adding: bootstrap/js/bootstrap.min.js (deflated 74%)
  adding: bootstrap/css/ (stored 0%)
  adding: bootstrap/css/bootstrap-responsive.min.css (deflated 77%)
  adding: bootstrap/css/bootstrap.min.css (deflated 84%)
  adding: bootstrap/css/bootstrap.css (deflated 85%)
  adding: bootstrap/css/bootstrap-responsive.css (deflated 80%)
  adding: bootstrap/img/ (stored 0%)
  adding: bootstrap/img/glyphicons-halflings.png (deflated 4%)
  adding: bootstrap/img/glyphicons-halflings-white.png (deflated 4%)
cp bootstrap/js/bootstrap.js docs/assets/js/bootstrap.js
cp bootstrap/js/bootstrap.min.js docs/assets/js/bootstrap.min.js
rm -r bootstrap
lessc ./less/bootstrap.less > ./docs/assets/css/bootstrap.css
lessc ./less/responsive.less > ./docs/assets/css/bootstrap-responsive.css
node docs/build
cp img/* docs/assets/img/
cp js/*.js docs/assets/js/
cp js/tests/vendor/jquery.js docs/assets/js/
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T13:35:30+00:00Added an answer on June 2, 2026 at 1:35 pm

    You haven’t given us much to go on. This error can mean trouble in two ways: 1) Make aborts, when it may have had important things still to do, and 2) the absence of an expected file may indicate that something has gone wrong.

    If you want Make to soldier on despite the error, just use make -i. This will prevent the first problem, but will do nothing about the underlying problem if there is one.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following linq query (applied to the Northwind database) (from od in
I have the following CSS rules applied to a DIV: .icon { position:relative; display:
I am working with http://plugins.jquery.com/project/pagination and want to have the pagination applied to both
Im using Karl Swedberg's jquery smooth scrolling plugin for same page links: https://github.com/kswedberg/jquery-smooth-scroll The
I have the following applied to a string: function onclick(event) { showOverlay('overlayWrapper', 'overlayIframe', 'http://www.bestinvest.co.uk');
i have an absolute positioned img which i make it to appear using jquery
I have an infinite Carousel function applied to a series of images here: http://nokkam.com/showcase.html
I have a github-based git repository that represents development up to a certain point,
I have applied CSS style to JavaFX components and it looks like everything is
I have applied CSS border-bottom:1px dashed #494949; on several consecutive cells of a single

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.