Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
fix(license): remove scss auto-license in /docs
Browse files Browse the repository at this point in the history
SCSS files used in jekyll have to start with a front matter comment.
  • Loading branch information
vertein authored and davidmsibley committed Sep 20, 2017
1 parent 68606e4 commit 2f0f9ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/**
---
---

/*
* Licensed to Apereo under one or more contributor license
* agreements. See the NOTICE file distributed with this work
* for additional information regarding copyright ownership.
Expand All @@ -16,8 +19,7 @@
* specific language governing permissions and limitations
* under the License.
*/
---
---


@import "{{ site.theme }}";

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,14 +258,14 @@
<exclude>**/node_modules/**</exclude>
<exclude>**/docs/_site/**</exclude>
<exclude>**/docs/bower_components/**</exclude>
<exclude>**/docs/**/*.scss</exclude>
<exclude>**/*.log*</exclude>
<exclude>**/*.json</exclude>
<exclude>**/*.lock</exclude>
<exclude>.gitignore</exclude>
</excludes>
<mapping>
<less>JAVADOC_STYLE</less>
<scss>JAVADOC_STYLE</scss>
<Gemfile>SCRIPT_STYLE</Gemfile>
<example>SCRIPT_STYLE</example>
<uP>XML_STYLE</uP>
Expand Down

0 comments on commit 2f0f9ff

Please sign in to comment.