Skip to content

Commit

Permalink
integrated tabs.css into tinkerpop.css
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuppitz committed May 11, 2018
1 parent 91f2f9b commit 49726b8
Show file tree
Hide file tree
Showing 5 changed files with 697 additions and 26 deletions.
4 changes: 0 additions & 4 deletions docs/postprocessor/processor.awk
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ BEGIN {
}
}

/<body/ {
print "<link rel=\"stylesheet\" href=\"/docs/x.y.z/stylesheets/tabs.css\" />"
}

!/<span class="comment">/ {
if (firstMatch || !isHeader) {
print gensub(/(<b class="conum">)\(([0-9]+)\)(<\/b>)/,
Expand Down
5 changes: 2 additions & 3 deletions docs/sass/compile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ DIR=`dirname $0`

IF="${DIR}/tabs.scss"
OF="${DIR}/../stylesheets/tabs.css"
TF=`mktemp`

scss --sourcemap=none -t compressed -C ${IF} ${OF}

cat ${DIR}/../stylesheets/tinkerpop.css | awk 'BEGIN {p=1} {if (p) print} /\*\// {p=0}' | cat - ${OF} > ${TF} && mv ${TF} ${OF}
cat ${DIR}/../stylesheets/tinkerpop-base.css ${OF} > ${DIR}/../stylesheets/tinkerpop.css
rm ${OF}
19 changes: 0 additions & 19 deletions docs/stylesheets/tabs.css

This file was deleted.

Loading

0 comments on commit 49726b8

Please sign in to comment.