lokesh / lightbox2

THE original Lightbox script (v2).
http://lokeshdhakar.com/projects/lightbox2/
MIT License
6.22k stars 1.77k forks source link

grunt build in win7 #475

Closed wang191X closed 8 years ago

wang191X commented 9 years ago

C:\wamp\www\lightbox2>grunt build Running "jscs:src" (jscs) task Invalid line break at src/js/lightbox.js : 1 |/! -----------^ 2 | * Lightbox v2.8.1 3 | \ by Lokesh Dhakar

1 code style errors found! Warning: Task "jscs:src" failed. Use --force to continue. Aborted due to warnings.

lokesh commented 8 years ago

There are ways to solve this but since this linter rule isn't important for this project I will simple remove it. Thanks for catching.

The lint rule that was causing issue in

#.jscrc
"validateLineBreaks": "LF"