retheming commentary
This commit is contained in:
parent
d91c7f5e54
commit
7b53e36698
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ cd `dirname $0`
|
||||||
{
|
{
|
||||||
echo "// autogenerated by rethemendex.sh"
|
echo "// autogenerated by rethemendex.sh"
|
||||||
|
|
||||||
|
# we used to have exclude /themes from the find at this point.
|
||||||
|
# as themes are no longer a spurious subdirectory of css/, we don't
|
||||||
|
# need it any more.
|
||||||
find . -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
|
while read i; do
|
||||||
echo "@import \"$i\";"
|
echo "@import \"$i\";"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue