0.0.7 • Published 9 years ago

laravel-elixir-versions v0.0.7

Weekly downloads
2
License
MIT
Repository
-
Last release
9 years ago

laravel-elixir-versions

Notice

!! It's deprecated now. This package only support laravel-elixir with verison 2.*, and there is no need for laravel-elixir 3.*.

Description

This is the copy of elixir-version, but it supports multiple building version numbers.

You konw, In laravel-elixir, the version extension could be run only once.

But sometimes you have to run mix.version more than once.

So, it will.

usage

elixir(function (mix) {

	// some code before....
	
	mix.versions([xxx], 'path_xx');

	mix.versions([yyy], 'path_yy');
	
	// some code after.... //
});
0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago