0.1.5 • Published 8 years ago

laravel-elixir-rename v0.1.5

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

#Rename Ingredient for Laravel Elixir

I am no longer actively using, nor maintaining this project. If there are issues, please make a pull requst if you have a solution.

This is a simple gulp-rename wrapper ingredient for Laravel Elixir.

Installation

npm install --save-dev laravel-elixir-rename

Usage

Add it to your Elixir-enhanced Gulpfile, like so:

var elixir = require('laravel-elixir');

require('laravel-elixir-rename');

elixir(function(mix) {
   mix.rename('./bower_components/component/style.css', '_component.scss', './assets/sass');
});

This would copy a css file in bower_components and change it to an scss partial in your assets/sass directory.

The parameters are rename(input, options, output)

options are passed directly to gulp-rename, so you can use what it accepts: strings, functions and hashes. To learn more, see the gulp-rename package.

Bugs and Contributions

I am no longer actively using, nor maintaining this project. If there are issues, please make a pull requst if you have a solution.

If you find a bug, please post an issue on GitHub describing the problem. Or better yet, make a pull request with the solution.

License

This is open-sourced software licensed under the MIT license

0.1.5

8 years ago

0.1.4

8 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago