diff scripts/whitespacecleanup.sh @ 5937:4e78a8ed3f07

datatables: introduce jQuery DataTables to replace YAHOO.widget.DataTable
author Daniel Hobley <danielh@unity3d.com>
date Thu, 21 May 2015 11:46:57 +0200
parents edb24bc0f71a
children 42d1e1ab41a8
line wrap: on
line diff
--- a/scripts/whitespacecleanup.sh	Mon May 23 18:02:33 2016 +0200
+++ b/scripts/whitespacecleanup.sh	Thu May 21 11:46:57 2015 +0200
@@ -2,7 +2,7 @@
 
 # Enforce some consistency in whitespace - just to avoid spurious whitespaces changes
 
-files=`hg loc '*.py' '*.html' '*.css' '*.rst' '*.txt' '*.js' '*.ini' '*.cfg' CONTRIBUTORS LICENSE.md| egrep -v '/lockfiles.py|LICENSE-MERGELY.html|/codemirror/|/fontello/|(graph|mergely|native.history|select2/select2|yui.flot|yui.2.9)\.js$'`
+files=`hg loc '*.py' '*.html' '*.css' '*.rst' '*.txt' '*.js' '*.ini' '*.cfg' CONTRIBUTORS LICENSE.md | egrep -v '/lockfiles.py|LICENSE-MERGELY.html|/codemirror/|/fontello/|(graph|mergely|native.history|select2/select2|yui.flot|yui.2.9|jquery.dataTables)\.js$'`
 
 sed -i -e "s,`printf '\t'`,    ,g" $files
 sed -i -e "s,  *$,,g" $files