/requirejs-jquery-backbone-bootstrap-tpl

NOTE: This project is no longer maintained. Try the vue-isomorphic-starter:

Primary LanguageHTML

RequireJS, jQuery, Bootstrap and Backbone Project Template

This is a simple project as that the RequireJS optimization section describes.

Take a look at the end result here.

Instructions

Once you have the project cloned, you'll need to install "r.js" (the executable which will build the project):

npm install requirejs

open lib/main.html in the browser. Notice the number of CSS & JS files that it pulls (8 in total). Then run:

make build

That will create a directory called build/. Open build/main.html in the browser. You'll see that it will only pull 4 files. That is because the build-step combines all CSS and JS into the fewest possible number of files.

Testing

Do this once to get all of the testing dependencies:

npm install

Run the following to test the project (testing is done via Mocha):

make test

More

If you'd like to use dojo, take a look at this template for loading dojo using RequireJS.

License

Of RequireJS

RequireJS 0.22.0 Copyright (c) 2010, The Dojo Foundation All Rights Reserved. Available via the MIT or new BSD license. see: http://github.com/jrburke/requirejs for details

Of This Example

Copyright © 2011 Yuriy Nemtsov.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.