Skip to content

An example javascript project using backbone.js - optimized by r.js using grunt

Notifications You must be signed in to change notification settings

wpgreenway/backbone-requirejs-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone / RequireJS Example

This is an incredibly simple project that demonstrates how to take a project utilizing Backbone.js that is organized with require.js and optimize it with a basic grunt task.

To see it in action:

  • Clone this repository
  • Run "grunt"
    • The default task is "requirejs" which will minify/compress the application into a single script
  • Run a python server by executing: python -m SimpleHTTPServer
  • Navigate to localhost:8000 in your favorite browser

About

An example javascript project using backbone.js - optimized by r.js using grunt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published