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

Missing empty line at the end of bootstrap-select.js #2835

Open
gaabriel000 opened this issue Jun 14, 2023 · 0 comments
Open

Missing empty line at the end of bootstrap-select.js #2835

gaabriel000 opened this issue Jun 14, 2023 · 0 comments
Labels

Comments

@gaabriel000
Copy link

This is just a tiny problem. I'm using grunt concat in my project and just had a problem with the last commented line of the dist/js/bootstrap-select.js and dist/js/bootstrap-select.min.js. The comment line adds the first line of new files as comments too. A final empty line in the bootstrap-select.js could solve this.

If someone is having this problem too, I suggest adding the following option to the grunt concat:
separator: grunt.util.linefeed + ';' + grunt.util.linefeed,
This will auto add an empty line.

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

No branches or pull requests

1 participant