Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom directories supported? #19

Open
huglester opened this issue Apr 12, 2016 · 8 comments
Open

custom directories supported? #19

huglester opened this issue Apr 12, 2016 · 8 comments

Comments

@huglester
Copy link

Hello, I have added:

elixir.config.images = {
    folder: './addons/default/themes/defeault/gittheme/img/',
    outputFolder: './assets/build/img/'
};

Later in the code: mix.imagemin(), But I get:
[00:03:56] Starting 'imagemin'...
[00:03:56] gulp-imagemin: Minified 0 images
[00:03:56] Finished 'imagemin' after 11 ms

What I could be doing wrong?

@Metrakit
Copy link

Metrakit commented May 8, 2016

same mistake

@jeffochoa
Copy link

I get the same result.. only works with the default paths

@fdeneux
Copy link

fdeneux commented Jun 14, 2016

+1

@bmf-san
Copy link

bmf-san commented Jun 25, 2016

I have same problem too.

@fobus42
Copy link

fobus42 commented Jul 13, 2016

+1

1 similar comment
@L1lle
Copy link

L1lle commented Oct 25, 2016

+1

@Snaver
Copy link

Snaver commented Jan 12, 2017

This seems to work for me

elixir.config.assetsPath = './theme-assets';
elixir.config.publicPath = './httpdocs/wp-content/themes/xxx/assets';

elixir.config.images = {
    folder: 'images',
    outputFolder: 'images'
};

@AlaaAttya
Copy link

i've the same issue too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants