3.0.0 • Published 8 years ago

laravel-elixir-lost v3.0.0

Weekly downloads
19
License
MIT
Repository
github
Last release
8 years ago

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');
});
3.0.0

8 years ago

2.0.0

8 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago