Skip to content

Commit

Permalink
Merge pull request #339 from twbs/banner-url
Browse files Browse the repository at this point in the history
add link to project website in banner comments
  • Loading branch information
connors committed Feb 28, 2014
2 parents fd7dbb5 + e3d580e commit f70fffc
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = function(grunt) {

banner: '/*!\n' +
' * =====================================================\n' +
' * Ratchet v<%= pkg.version %>\n' +
' * Ratchet v<%= pkg.version %> (<%= pkg.homepage %>)\n' +
' * Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' +
' * Licensed under <%= pkg.license %>.\n' +
' *\n' +
Expand Down
2 changes: 1 addition & 1 deletion dist/ratchet-theme-android.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* =====================================================
* Ratchet v2.0.0
* Ratchet v2.0.0 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
Expand Down
2 changes: 1 addition & 1 deletion dist/ratchet-theme-ios.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* =====================================================
* Ratchet v2.0.0
* Ratchet v2.0.0 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
Expand Down
2 changes: 1 addition & 1 deletion dist/ratchet.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* =====================================================
* Ratchet v2.0.0
* Ratchet v2.0.0 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
Expand Down
2 changes: 1 addition & 1 deletion dist/ratchet.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* =====================================================
* Ratchet v2.0.0
* Ratchet v2.0.0 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
Expand Down
2 changes: 1 addition & 1 deletion dist/ratchet.min.css

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

2 changes: 1 addition & 1 deletion dist/ratchet.min.js

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

2 changes: 1 addition & 1 deletion docs/assets/css/docs.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* =====================================================
* Ratchet v2.0.0
* Ratchet v2.0.0 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/ratchet-theme-android.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* =====================================================
* Ratchet v2.0.0
* Ratchet v2.0.0 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/ratchet-theme-ios.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* =====================================================
* Ratchet v2.0.0
* Ratchet v2.0.0 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/ratchet.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* =====================================================
* Ratchet v2.0.0
* Ratchet v2.0.0 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/ratchet.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* =====================================================
* Ratchet v2.0.0
* Ratchet v2.0.0 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/ratchet.min.css

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

2 changes: 1 addition & 1 deletion docs/dist/ratchet.min.js

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

0 comments on commit f70fffc

Please sign in to comment.