Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 916 Bytes

File metadata and controls

36 lines (24 loc) · 916 Bytes

This boilerplate is designed to help teams get started with, or transition over to, RequireJS. A step-by-step guide is provided at http://robdodson.me/blog/2012/11/18/a-require-dot-js-multipage-shimmed-site-how-to/

Features

  • RequireJS 2.1.9
  • Bootstrap 3
  • jQuery 2.0.3
  • r.js optimized builds with Grunt

Quick Start

Clone the project

git clone https://github.com/robdodson/requirejs-multipage-shim-boilerplate.git

Install grunt (if you don't already have it)

npm install -g grunt-cli

Install dependencies with npm and build!

cd requirejs-multipage-shim-boilerplate
npm install
grunt

License

MIT License © Rob Dodson