Skip to content

Commit

Permalink
Added link to GitHub in comments banner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Giulieri committed Sep 20, 2014
1 parent ebe6de4 commit 7b7d44c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function (grunt) {
// *************************************************************************************

pkg: grunt.file.readJSON('package.json'),
banner : '/*\n <%= pkg.name %> <%= pkg.version %>\n <%= pkg.copyright %>\n*/\n',
banner : '/*\n <%= pkg.name %> <%= pkg.version %>\n <%= pkg.copyright %>\n <%= pkg.homepage %>\n*/\n',

// *************************************************************************************
// JSHINT options
Expand Down
2 changes: 2 additions & 0 deletions css/demo.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* demo page CSS for evol.colorpicker */
/* https://github.com/evoluteur/colorpicker */
body {
padding: 10px 20px;
font-size: 11pt;
Expand Down
1 change: 1 addition & 0 deletions js/evol.colorpicker.min.js

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

2 changes: 2 additions & 0 deletions less/demo.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* demo page CSS for evol.colorpicker */
/* https://github.com/evoluteur/colorpicker */

body{
padding: 10px 20px;
Expand Down

0 comments on commit 7b7d44c

Please sign in to comment.