From 3e264d3823d501a2692dbe3d10daa704ce72c61e Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Fri, 11 Mar 2016 13:58:25 +0800 Subject: [PATCH] feat(template): simplifed banners --- Gruntfile.coffee | 7 +------ _app/assets/themes/curtana/_less/app.less | 4 +--- .../assets/themes/curtana/_less/components/randomized.less | 4 +--- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 5906dfb67..164da942c 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -22,12 +22,7 @@ module.exports = (grunt) -> app: "<%= config.cfg.source %>" dist: "<%= config.cfg.destination %>" base: "<%= config.cfg.base %>" - banner: do -> - banner = "" - banner + banner: "\n" amsf: base: "_amsf" diff --git a/_app/assets/themes/curtana/_less/app.less b/_app/assets/themes/curtana/_less/app.less index 7a2b77500..0ca5a35f5 100644 --- a/_app/assets/themes/curtana/_less/app.less +++ b/_app/assets/themes/curtana/_less/app.less @@ -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 diff --git a/_app/assets/themes/curtana/_less/components/randomized.less b/_app/assets/themes/curtana/_less/components/randomized.less index c57b03645..b351fdfa1 100644 --- a/_app/assets/themes/curtana/_less/components/randomized.less +++ b/_app/assets/themes/curtana/_less/components/randomized.less @@ -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