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

banner should be appended after the css is compressed #21

Open
caiguanhao opened this issue Dec 10, 2013 · 1 comment
Open

banner should be appended after the css is compressed #21

caiguanhao opened this issue Dec 10, 2013 · 1 comment
Labels

Comments

@caiguanhao
Copy link

currently if you have a newline at the end of the banner option:

less: {
  options: {
    compress: true,
    banner: '/*! Banner */\n'
  }
}

the trailing newline will also be removed. the banner should not be appended before the css is compressed. it should let users to choose whether the banner is in a new line or not.

@jonschlinkert
Copy link
Member

👍 good point. I'll plan this change

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

2 participants