Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

insert newline between concatenated files #26

Open
plasmagunman opened this issue Sep 4, 2014 · 0 comments
Open

insert newline between concatenated files #26

plasmagunman opened this issue Sep 4, 2014 · 0 comments

Comments

@plasmagunman
Copy link

some files have a "//"-style comment in their last line and don't have a newline at EOF, when concatenating them, the first line of the next file will end up in the comment.

to be on the safe side bowerful could add add a "\n" at the end of each file.

to reproduce use bowerfull with

packages: {
  'wavesurfer.js': '0.2.3',
  vis: '3.3.0',
},

will lead to a parsing error, no matter the order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant