From 381b4d4cdd2c1579e343894a0a866a38781397a9 Mon Sep 17 00:00:00 2001 From: Lukas Juhas Date: Wed, 3 Aug 2016 10:43:21 +0100 Subject: [PATCH] Let's keep it the same, add elixir before config. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 44da5f4..ff809b6 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -9,7 +9,7 @@ var elixir = require('laravel-elixir'); elixir.config.assetsPath = 'assets'; // Make autoprefixer support older browsers -config.css.autoprefix.options.browsers = ['last 15 versions']; +elixir.config.css.autoprefix.options.browsers = ['last 15 versions']; // Imagemin var Task = elixir.Task;