File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ git reset --hard master
1818echo " Starting build"
1919node build.js
2020echo " Build complete"
21- rm -rf ` ls -d * | grep -vP ' site|node_modules|favicon.ico ' | xargs`
21+ rm -rf ` ls -d * | grep -vP ' site|node_modules' | xargs`
2222echo " Cleaned out directory"
2323mv site/* .
2424if [[ $BUILD_ONLY ]]; then
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ html(lang=language)
55 meta( charset ='utf-8' )
66 meta( name ='description' , content =description)
77 meta( name ='viewport' , content ='width=device-width, initial-scale=1' )
8+ link( rel ='shortcut icon' href ='/' + pathPrefix + 'favicon.ico?v=2' )
89
910 - if (language === baseLanguage)
1011 link( rel ='stylesheet' , href ='style/garden.css' , media ='all' )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments