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

Release #40

Open
derTobsch opened this issue May 14, 2024 · 7 comments
Open

Release #40

derTobsch opened this issue May 14, 2024 · 7 comments

Comments

@derTobsch
Copy link
Contributor

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.

@matthew-dean
Copy link
Member

@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?

@RichardHabeeb
Copy link

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 npm publish yourself.

@derTobsch
Copy link
Contributor Author

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?

@matthew-dean
Copy link
Member

@derTobsch Both are manual publish processes right now.

@matthew-dean
Copy link
Member

@derTobsch @RichardHabeeb Published 1.6.0. Can you check that it looks good?

@peterdstone
Copy link

peterdstone commented Jul 17, 2024

@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

@peterdstone
Copy link

peterdstone commented Jul 31, 2024

as in I have a less file of the structure below:

@import "path/to/my/stylsheet.css";

///other stuff here

if I runn lessc over it I get:

@import "path/to/my/stylsheet.css";

///other stuff here

but if I run lessc with the --clean-css I get:

///other stuff here

if I change the import to:

@import (inline) "path/to/my/stylsheet.css";

the the css is pulled in and inlined, but that's not what I want

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

4 participants