Skip to content

Commit

Permalink
feat(template): simplifed banners
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Mar 11, 2016
1 parent 13300b2 commit 3e264d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
7 changes: 1 addition & 6 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ module.exports = (grunt) ->
app: "<%= config.cfg.source %>"
dist: "<%= config.cfg.destination %>"
base: "<%= config.cfg.base %>"
banner: do ->
banner = "<!--\n"
banner += " © <%= config.pkg.author %>.\n"
banner += " <%= config.pkg.name %> - v<%= config.pkg.version %>\n"
banner += " -->"
banner
banner: "<!-- <%= config.pkg.name %> v<%= config.pkg.version %> | © <%= config.pkg.author %> | <%= config.pkg.license %> -->\n"

amsf:
base: "_amsf"
Expand Down
4 changes: 1 addition & 3 deletions _app/assets/themes/curtana/_less/app.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*!
* Curtana for Almace Scaffolding
* Copyright 2005-2015 Tunghsiao Liu
* Licensed under MIT (https://github.com/amsf/amsf-curtana/blob/master/LICENSE)
* Curtana for Almace Scaffolding | © Tunghsiao Liu | MIT
*/

// Core components
Expand Down
4 changes: 1 addition & 3 deletions _app/assets/themes/curtana/_less/components/randomized.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*!
* Randomized
* Copyright 2014-2015 Tunghsiao Liu
* Licensed under MIT (https://github.com/sparanoid/randomized/blob/master/LICENSE)
* Randomized | © Tunghsiao Liu | MIT
*/

// Calculate code background color based on the lightness of link color
Expand Down

0 comments on commit 3e264d3

Please sign in to comment.