Luis Lozano Coira created ZEPPELIN-3945:
-------------------------------------------
Summary: Problem with line breaks in zeppelin-web when running a
git clone from Windows
Key: ZEPPELIN-3945
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3945
Project: Zeppelin
Issue Type: Bug
Components: front-end
Affects Versions: 0.9.0
Reporter: Luis Lozano Coira
We detect a problem when we run a git clone of the zeppelin-web from Windows
with the autocrlf activated (The recomended way).
The project is not compiled because for certain files LF is expected and CRLF
is had.
Maybe is a good idea to add a configuration in a .gitattributes file to prevent
git from converting linebreaks in .js files. It would be something of the style
```
* .js text eol = lf
```
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)