Socket
Book a DemoInstallSign in
Socket

aspax-less-handler

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aspax-less-handler

Plugin enabling ASPAX to handle LESS files.

latest
Source
npmnpm
Version
1.0.8
Version published
Weekly downloads
4
-91.67%
Maintainers
1
Weekly downloads
 
Created
Source

What's this?

NPM version Dependency Status License Downloads

A plugin that enables ASPAX to handle LESS files.

Installation

Type this in the folder where you're running ASPAX:

npm install aspax-less-handler

If you're running ASPAX in a Node.js application root folder, consider using the --save-dev option to avoid deploying this plugin to your production environment:

npm install aspax-less-handler --save-dev

Usage

Simply add .less source files in aspax.yml:

app.css:
  - lib.css
  - styles-1.less
  - script-2.less

What about watching for imported files?

This plugin is smart enough to recursively scan for @import statements and automatically trigger ASPAX to rebuild the parrent asset if one of the files in your import tree changes.

Endorsing the author

If you find this piece of software useful, please tweet about ASPAX and endorse me on LinkedIn:

Ionut-Cristian Florescu on LinkedIn

Keywords

aspax

FAQs

Package last updated on 22 May 2016

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