Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdave committed Jul 17, 2013
1 parent 081f184 commit 7e81e2d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ hooks/pre-rebase.sample
hooks/prepare-commit-msg.sample
hooks/update.sample
info/exclude
*.iml
*.ipr
.idea
.grunt
.istanbul
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ module.exports = function ( grunt ) {
grunt.registerTask( 'lint', ['jshint'] );
grunt.registerTask( 'travis', ['jshint', 'connect', 'jasmine'] );

grunt.registerTask( 'default', ['jshint', 'connect', 'jasmine'] );
grunt.registerTask( 'default', ['jshint', 'uglify', 'connect', 'jasmine'] );
};
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ The module would then have its own SubRoute which would have its own mappings fo

This project is based on [a Gist by Tim Branyen](https:gist.github.com/1235317), and [used with permission](https://gist.github.com/1235317/74bf2745515d902e0bfc87bd8e95e94c93362915#gistcomment-234230) from the original author.

Subroute is lightweight, weighing in at under 300 bytes minified and gzipped.

## Downloads

*Latest Stable Release: 0.4.0*
Expand Down
2 changes: 1 addition & 1 deletion dist/backbone.subroute.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e81e2d

Please sign in to comment.