Skip to content

Commit 5bbf959

Browse files
author
Eugene Matvejev
authored
Merge pull request #3 from learn-symfony/eugene-matvejev-patch-1
Update rebuild.sh
2 parents 38cd05c + dba1bf7 commit 5bbf959

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rebuild.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/sh
22

33
STYLESHEETS="stylesheets"
4-
54
if [ -d compass ]; then
65
(
76
cd compass
@@ -16,7 +15,7 @@ mkdir "$STYLESHEETS"
1615

1716
cp -r compass/frameworks/compass/stylesheets/* "$STYLESHEETS"
1817

19-
# rename all the files
18+
#rename all the files
2019
for file in $(find "$STYLESHEETS" | grep scss$); do
2120
out=$(echo $file | sed -e 's/\/_\([^\/]*\.scss\)$/\/\1/')
2221
if [ $file != $out ]; then

0 commit comments

Comments
 (0)