-
Notifications
You must be signed in to change notification settings - Fork 41
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
Release #40
Comments
@derTobsch Sorry, I've been extremely busy with my full-time job this year. Do you have experience publishing to NPM? I wonder if I can grant permissions to just publish for this package. If so, what is your NPM username? |
Bumping this, the package is 9 years old on npmjs. I'd be happy to update it (user name richardhabeeb), but it might be easier for you to update the version number and run |
How would it be if we setup a GitHub action to release this package? Therefore there should be no further challanges to release early and often. How do you release less? |
@derTobsch Both are manual publish processes right now. |
@derTobsch @RichardHabeeb Published 1.6.0. Can you check that it looks good? |
@import "path/to/my/stylsheet.css"; at the top of our less file is bing stripped out since the latest build before and according to the spec these would have been left as is |
as in I have a less file of the structure below:
if I runn lessc over it I get:
but if I run lessc with the --clean-css I get:
if I change the import to:
the the css is pulled in and inlined, but that's not what I want |
Hey @matthew-dean,
thanks for merging #37. Is there anything I can do/help to get a release of the main branch? If there is anything I can do please let me know.
The text was updated successfully, but these errors were encountered: