jekyll-assets
jekyll-assets copied to clipboard
LESS not working since latest update
I just updated to the latest version and LESS no longer seems to work...
Before I could write {% css app %} and _assets/stylesheets/app.css.less would be loaded.
Now I've tried {% asset app %}, {% asset app.css %} & {% asset app.css.less %} and I always get an error saying the file does not exist...
Was LESS support dropped?
Jekyll Assets hasn't personally removed support for LESS.
So how do I use the asset tag to include _assets/stylesheets/app.css.less?
At this point I don’t know if less suddenly stopped working I’ll have to look at it this weekend when I’m not working and see what’s up and if I can fix it on my end
I'm gonna try to take a look at this during this weekend. I don't know that I can but I will try my hardest because this is a regression, so it's particularly important.
@envygeeks Jekyll Assets did remove support AFAIK. https://github.com/envygeeks/jekyll-assets/commit/dbe6708536fee7ea4d613c534a660cc3256856e9
Hmmm... I would have left a note to myself in my internal logs as to why, so I’ll check. I’ve still not had any time to look at any issues but I hope to have time soon.