A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ligershark/WebOptimizer.Less below:

GitHub - ligershark/WebOptimizer.Less

A LESS compiler for ASP.NET Core

This package compiles TypeScript, ES6 and JSX files into ES5 by hooking into the LigerShark.WebOptimizer pipeline.

You can reference any LESS file directly in the browser and a compiled CSS document will be served. To set that up, do this:

services.AddWebOptimizer(pipeline =>
{
    pipeline.CompileLessFiles();
});

Or if you just want to parse specific LESS files, do this:

services.AddWebOptimizer(pipeline =>
{
    pipeline.CompileLessFiles("/path/a.less", "/path/b.less");
});

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4