Showing posts with label less. Show all posts
Showing posts with label less. Show all posts

Sunday, May 22, 2016

Attempt Compiling LESS into CSS with Visual Studio 2015 via Bundle Transformer: LESS

From the last time, I got disappointed for not successfull in trying to generate a CSS file from a LESS file using Web Compiler.

Reference: Attempt Compiling LESS into CSS with Visual Studio 2015 via Web Compiler.

Now I want to try the Bundle Transformer: LESS. Wish me luck.

I can install it from "Manage Nuget Packages for Solution.." in the Nuget Package Manager.



Attempt Compiling LESS into CSS with Visual Studio 2015 via Web Compiler.

So far, I only write CSS for my website presentation. But I heard that VS2015 can compile LESS to CSS and minify it. But I heard wrong. The feature is never in VS2015 but in the previous version that is in the VS2013. That is disappointing.

So I try searching for any extension on the net. Bumped to this in the VisualStudioGallery called Web Compiler. I decided to download and install it.

Then I just have to right-click on the LESS file (in Solution Explorer) and choose compile (right?).