Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

benjaminach/custom-bootstrap-build

Repository files navigation

Custom Bootstrap Build

Codeship Status for benjaminach/custom-bootstrap-build Build Status Dependency Status

Create a custom Bootstrap 3.1.1 build with jQuery and Parsley.

Setup

  1. Install Node.js
  2. Install Grunt $ npm install -g grunt
  3. Install Bower $ npm install -g bower
  4. Clone repository
$ git clone
  1. $ cd custom-bootstrap-build
  2. Install bower dependencies $ bower install
  3. Install nodejs dependencies $ npm install

Use

  • Pictures in /images
  • Less and CSS in /less
  • Fonts in /fonts
  • Build in /dist

Build

  1. $ grunt creates the /dist directory with compiled files.
  2. $ grunt watch this is a convenience method for watching just Less files and automatically building them whenever you save.

Testing

  1. $ grunt connect:serve for local testing http://localhost:9001/
  2. $ grunt test build and runs JSHint and CSSHint to check files
  3. $ grunt cleanjs runs JSHint and CSSHint to modify files
  4. $ grunt perf run phantomas to check front-end performance

Bitdeli Badge

About

Create a custom Bootstrap 3.1.1 theme with jQuery 1.11 and ParsleyJS 1.2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published