Top "Laravel-elixir" questions

Laravel Elixir is a library for Laravel that provides an API for defining basic Gulp streaming build system tasks.

Using sass variables in a VueJS component

I got a rather simple problem with a VueJS component that needs to use a variable. The problem comes with …

laravel sass vue.js laravel-elixir
Vue.js interceptor

How can I use a interceptor in vue.js? So before every request/response it should first go to the …

javascript laravel-5.2 vue.js laravel-elixir
Laravel 5.4 - Mix - How to run browser live reload

I am using Laravel 5.4 in my project and trying to set up the frontend build system using Mix. Everything is …

laravel laravel-mix laravel-elixir
laravel 5 - css file is not defined in asset manifest?

I get an Error Message with laravel 5, which I don't understand. Next exception 'ErrorException' with message 'File build/css/all.…

laravel assets gulp laravel-5 laravel-elixir
glyphicons not showing with sass bootstrap integration

I used this tutorial to integrate bootstrap in my project: https://laravel-news.com/2015/10/setup-bootstrap-sass-with-laravel-elixir/ This places an app.css file …

twitter-bootstrap laravel fonts sass laravel-elixir
Combining Multiple Files with Laravel Mix

I am currently in the process of diving into Laravel Mix and so far, whilst I fully understand what Laravel …

node.js laravel gulp laravel-elixir laravel-mix
Laravel Elixir: How to minify files?

I want to use Laravel Elixir to minify my css/files files. But I don't want to use the mix-methode …

laravel laravel-5 gulp laravel-elixir
How can I change the public path to something containing an underscore in Laravel Mix?

In Laravel 5.4 Mix was introduced to compile assets and maintain the asset pipeline. Mix defaults to your public directory being …

php laravel laravel-elixir laravel-5.4 laravel-mix
Module not found: Error: Can't resolve 'fs'

I working on a Laravel 5.3 project. I am getting below errors when I am running gulp command in CMD. Could …

laravel gulp webpack laravel-5.3 laravel-elixir
Laravel, elixir and gulp

I've gulpfile.js with content var gulp = require('gulp');//this is working gulp.task('default', function() { });//this is working var …

laravel laravel-elixir