rethemedex

This commit is contained in:
Matthew Hodgson 2018-04-13 00:54:41 +01:00
parent 40a67ca8fe
commit 5d03eabb15
3 changed files with 110 additions and 293 deletions

View file

@ -5,8 +5,7 @@ cd `dirname $0`
{
echo "// autogenerated by rethemendex.sh"
find . \! \( -path ./themes -prune \) -iname _\*.scss |
fgrep -v _components.scss | LC_ALL=C sort |
find . -iname _\*.scss | fgrep -v _components.scss | LC_ALL=C sort |
while read i; do
echo "@import \"$i\";"
done