grunt-backbone-routes

0.0.1 • Public • Published

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');

screenshot

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-backbone-routes

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • p-baleine