Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !8242

Apply #8166 to master so folks can build a non-empty v2.3.2

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/cvrebert/patch-1 into master Jun 20, 2013
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 1

Created by: cvrebert

This is indeed necessary:

bootstrap (master) $ git log -n 1
commit de683e9003b5ec6860a1fcb768416356dd685ef5
Author: Mark Otto <markdotto@gmail.com>
Date:   Thu Jun 13 22:57:05 2013 -0700

    Update README.md

bootstrap (master) $ rm -rf node_modules/
bootstrap (master) $ npm install
[...]
uglify-js@1.3.4 node_modules/uglify-js

hogan.js@2.0.0 node_modules/hogan.js

connect@2.1.3 node_modules/connect
├── debug@0.7.2
├── qs@0.4.2
├── mime@1.2.4
├── formidable@1.0.9
└── crc@0.1.0

jshint@0.9.1 node_modules/jshint
├── minimatch@0.0.5 (lru-cache@1.0.6)
└── cli@0.4.3 (glob@3.2.1)

recess@1.1.6 node_modules/recess
├── colors@0.6.0-1
├── watch@0.7.0
├── underscore@1.4.4
├── nopt@2.1.1 (abbrev@1.0.4)
└── less@1.4.0 (mime@1.2.9, mkdirp@0.3.5, ycssmin@1.0.1, request@2.21.0)
bootstrap (master) $ make

##################################################
Building Bootstrap...
##################################################

Running JSHint on javascript...             ✔ Done
Compiling LESS with Recess...               ✔ Done
Compiling documentation...                  ✔ Done
Compiling and minifying javascript...       ✔ Done

##################################################
Bootstrap successfully built at 11:02AM.
##################################################

Thanks for using Bootstrap,
<3 @mdo and @fat

bootstrap (master) $ cat docs/assets/css/bootstrap*.css

bootstrap (master) $ # So, the CSS files are empty!!!

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/cvrebert/patch-1