Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p-baleine/grunt-backbone-routes
List routes of Backbone.Router.
https://github.com/p-baleine/grunt-backbone-routes
Last synced: 21 days ago
JSON representation
List routes of Backbone.Router.
- Host: GitHub
- URL: https://github.com/p-baleine/grunt-backbone-routes
- Owner: p-baleine
- Created: 2013-02-02T01:53:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-02T02:26:35.000Z (almost 12 years ago)
- Last Synced: 2024-10-13T01:48:42.216Z (26 days ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```js
module.exports = function(grunt) {
grunt.initConfig({
backboneRoutes: {
files: "example/*-router.js"
}
});
grunt.loadNpmTasks('grunt-backbone-routes');
```![screenshot](https://raw.github.com/p-baleine/grunt-backbone-routes/master/screenshot.png)