0.1.4 • Published 11 years ago

grunt-backbonebuilder v0.1.4

Weekly downloads
6
License
-
Repository
github
Last release
11 years ago

grunt-backbonebuilder

Build your custom backbone experience with grunt.

Build Status

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-backbonebuilder

Then add this line to your project's grunt.js gruntfile.

grunt.loadNpmTasks('grunt-backbonebuilder');

Resources

Documentation

Load the grunt-backbonebuilder task as described in 'Getting started' and add your backbone builder configuration to your grunt file:

Example backbonebuilder grunt file config entry:

// ... grunt file contents
    backbone: {
      // the parts you want to include in your build
      // possible values ['Model', 'Collection', 'View', 'Events', 'Router']
      include: ['Model', 'Collection', 'View', 'Events'],
      // output location (relative to your grunt.js file location)
      dest: 'build/backbone.custom.js',
      // if you want to use a different backbone version than the build in one (0.9.2)
      // then just a reference to your UNMINIFIED backbone version
      src: 'vendor/mySpecialBackboneVersion.js'
    },
// ... even more grunt file contents

Release History

0.1.0

  • Initial Release

License

Copyright (c) 2012 asciidisco Licensed under the MIT license.

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago