Skip to content

Commit

Permalink
名前の部分を変更できるように
Browse files Browse the repository at this point in the history
  • Loading branch information
windyakin committed Aug 3, 2015
1 parent 75993ce commit 2db528e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gruntfile.js
Expand Up @@ -73,6 +73,7 @@ module.exports = function(grunt) {
options: {
root: 'src/compass/css/honoka/',
variables: {
name: pkg.name,
version: pkg.version,
website: pkg.website,
year: new Date().getFullYear(),
Expand Down
2 changes: 1 addition & 1 deletion src/compass/css/bootstrap.scss
Expand Up @@ -3,7 +3,7 @@
@import "honoka/variables";
@import "honoka/info";
/*!
* Honoka v#{$version}
* #{$name} v#{$version}
* Website: #{$website}
* Copyright #{$year} #{$author}
* The MIT License
Expand Down
1 change: 1 addition & 0 deletions src/compass/css/honoka/_info.scss
@@ -1,3 +1,4 @@
$name: "Honoka";
$version: "3.3.5b";
$website: "http://honokak.osaka/";
$year: "2015";
Expand Down
1 change: 1 addition & 0 deletions src/compass/css/honoka/_info.scss.ect
@@ -1,3 +1,4 @@
$name: "<%= @name %>";
$version: "<%= @version %>";
$website: "<%= @website %>";
$year: "<%= @year %>";
Expand Down

0 comments on commit 2db528e

Please sign in to comment.