Changeset - a5a9ded8c673
[Not reviewed]
default
0 1 0
Mads Kiilerich - 8 years ago 2018-04-23 00:50:22
mads@kiilerich.com
scripts: fix whitespacecleanup.sh after contextbar.css was removed and style.css is generated
1 file changed with 0 insertions and 6 deletions:
0 comments (0 inline, 0 general)
scripts/whitespacecleanup.sh
Show inline comments
 
@@ -14,12 +14,6 @@ sed -i -e '$,${/^$/d}' -e '$a\' $files
 
sed -i -e 's,\([^ /]\){,\1 {,g' `hg loc '*.css'`
 
sed -i -e 's|^\([^ /].*,\)\([^ ]\)|\1 \2|g' `hg loc '*.css'`
 

	
 
sed -i -e 's/^\(    [^: ]*\) *: *\([^/]\)/\1: \2/g' kallithea/public/css/{style,contextbar}.css
 
sed -i -e '1s|, |,|g' kallithea/public/css/{style,contextbar}.css
 
sed -i -e 's/^\([^ ,/]\+ [^,]*[^ ,]\) *, *\(.\)/\1,\n\2/g' kallithea/public/css/{style,contextbar}.css
 
sed -i -e 's/^\([^ ,/].*\)   */\1 /g' kallithea/public/css/{style,contextbar}.css
 
sed -i -e 's,[ 	][ 	]*$,,g' -e 's, 	,	,g' kallithea/public/js/graph.js
 

	
 
hg mani | xargs chmod -x
 
hg loc 'set:!binary()&grep("^#!")&!(**_tmpl.py)&!(**/template**)' | xargs chmod +x
 

	
0 comments (0 inline, 0 general)