Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

less-http

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

less-http

Simple wrapper for LESS to serve up CSS directly.

  • 0.2.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

node-less-http

Simple wrapper for LESS to serve up CSS directly.

Install

npm install less-http

Usage

var less_http = require('less-http');

less_http({
	port : 1337,              // listen on port 1337
	path : '/path/to/less',   // this is where your less files live
	compress : true           // if you want to compress the output
});

You can now get your CSS from http://127.0.0.1:1337/my_file.css and this will render the LESS file at /path/to/less/my_file.less and return it.

Keywords

FAQs

Package last updated on 06 Jun 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc