Socket
Socket
Sign inDemoInstall

laravel-elixir-lost

Package Overview
Dependencies
4
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    laravel-elixir-lost

Laravel Elixir Lost Extension


Version published
Weekly downloads
4
decreased by-50%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Usage

This Laravel Elixir extension allows you to compile Lost.

The current version is running on laravel-elixir ^6.0.0-0

Installation

First, pull in the package though npm install

npm install --save laravel-elixir-lost

Next, add it to your gulpfile

require('laravel-elixir-lost');

Usage

this plugins now suppots sass, less and standard css

Sass

elixir(function(mix) {
	mix.sassLost('app.scss', 'public/css/app.css');
});

Less

elixir(function(mix) {
	mix.lessLost('app.less', 'public/css/app.css');
});

Styles

elixir(function(mix) {
	mix.stylesLost([
		'main.css',
		'grid.css',
	], 'public/css/app.css');
});

Keywords

FAQs

Last updated on 17 Jul 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc