googlearchive / polymer-tutorial

Deprecated Polymer 0.5 tutorial app
211 stars 125 forks source link

strip BOMs (fixes #20) #21

Closed marcoms closed 10 years ago

marcoms commented 10 years ago

for i in $(find ./ -iname "*"); do sed -i '1 s/^\xef\xbb\xbf//' $i; done

ebidel commented 10 years ago

Before this PR can be merged, please sign the CLA. See the CONTRIBUTING guide.

marcoms commented 10 years ago

Signed the CLA a few days ago via the online form - how long until this is confirmed?

ebidel commented 10 years ago

Thanks for signing the CLA!

arthurevans commented 10 years ago

LGTM. Thanks for the PR!