AltynbekKZ / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 1 forks source link

Source files have inconsistent line endings #165

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I love Galleriffic! I used version 1 in a project before, and am using version 
2 in a new project now. There's a small problem though with how it's 
distributed, which should be easy for you to correct.

The files you distribute in the Galleriffic 2.0 zip file have a mixture of UNIX 
and DOS line endings. (Some lines end with LF, other lines in the same file end 
with CRLF.) This makes it difficult to e.g. import Galleriffic into a 
Subversion repository that has autoprops set to apply svn:eol-style to html, 
css and/or js files. You should distribute files that have a consistent line 
ending style.

What is the expected output? What do you see instead?
Expected source files to have consistent line endings, but they don't.

What version of the product are you using? On what operating system?
Galleriffic 2.0

Please provide any additional information below.
The following files in the Galleriffic 2.0 zip file have inconsistent line 
endings:

$ find . -type f | xargs file | grep term
./css/basic.css:                ASCII text, with CRLF, LF line terminators
./css/black.css:                ASCII text, with CRLF, LF line terminators
./css/galleriffic-1.css:        ASCII C program text, with CRLF, LF line 
terminators
./css/galleriffic-2.css:        ASCII C program text, with CRLF, LF line 
terminators
./css/galleriffic-3.css:        ASCII C program text, with CRLF, LF line 
terminators
./css/galleriffic-4.css:        ASCII C program text, with CRLF line terminators
./css/galleriffic-5.css:        ASCII C program text, with CRLF, LF line 
terminators
./css/white.css:                ASCII text, with CRLF, LF line terminators
./js/jquery.galleriffic.js:     ASCII English text, with CRLF, LF line 
terminators
./js/jquery.opacityrollover.js: ASCII English text, with CRLF, LF line 
terminators

Original issue reported on code.google.com by ryandesi...@gmail.com on 26 Nov 2010 at 12:00

GoogleCodeExporter commented 8 years ago
Can you please fix this! It's driving me crazy not being able to use such a 
great piece of work, because of this issue. Or, if possible, provide an 
alternative/fix to the problem.

Original comment by andersah...@gmail.com on 11 Dec 2010 at 12:29

GoogleCodeExporter commented 8 years ago
use dos2unix to convert 

Original comment by sutonlin...@gmail.com on 26 Feb 2014 at 9:11