Skip to content

Build Bootstrap 3 on Windows (Ensure dependencies satisfied via NPM install)

Notifications You must be signed in to change notification settings

Viveur/Make.Bat-to-build-Bootstrap-3-on-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Bootstrap 3 on Windows

  1. Install NodeJS:

    http://nodejs.org/download/

  2. Open a command prompt, navigate to the bootstrap folder and issue the following to grab the necessary dependencies (Less, JSHint, Recess, and UglifyJS):

    npm install -g less jshint recess uglify-js

  3. Copy make.bat to the bootstrap directory and run it from the command line:

    make.bat

About

Build Bootstrap 3 on Windows (Ensure dependencies satisfied via NPM install)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages