mix doesnot have combine()
use
mix.styles()
instead
Hello there,
mix.sass() and mix.scripts() tasks are working fine, except the mix.combine() task which throws an error. I'm not sure if I need to add some modules for this task to work. If so, what would be the specific module I need? Below is the only codes I have in my package.json file:
{
"private": true,
"devDependencies": {
"babel-runtime": "^5.8.25",
"gulp": "^3.9.0",
"laravel-elixir": "^3.2.8",
"vue-hot-reload-api": "^1.2.0",
"vueify-insert-css": "^1.0.0"
},
"dependencies": {
"font-awesome": "^4.5.0",
"foundation-sites": "^6.3.0",
"jquery": "^2.2.2",
"what-input": "^2.0.1"
}
}
Please or to participate in this conversation.