grunt-backbone-routes
v0.0.1
Published
List routes of Backbone.Router.
Downloads
2
Readme
grunt-backbone-routes
List routes of Backbone.Router.
This task searches files specified via backboneRoutes.files
and output routes
of each Backbone.Router
.
Sample gruntfile
module.exports = function(grunt) {
grunt.initConfig({
backboneRoutes: {
files: "example/*-router.js"
}
});
grunt.loadNpmTasks('grunt-backbone-routes');