Laravel Elixir is a library for Laravel that provides an API for defining basic Gulp streaming build system tasks. It is included with the base install of Laravel 5.
Questions tagged [laravel-elixir]
411 questions
0
votes
1 answer
Laravel Elixir and Bower: Mixing javascript issue
I have my Bower vendor directory at resources/assets/vendor.
In my gulpfile, I've tried the following:
mix.scripts([
"vendor/jquery/dist/jquery.min.js"
], "public/js");
When I run gulp in terminal, it doesn't seem to do anything. No errors…

Petter Thowsen
- 1,697
- 1
- 19
- 24
0
votes
1 answer
Laravel 5 elixir issue
I'm having a little issue with elixir in laravel 5. Sass is working fine, but my scripts are not being moved to the public/js directory neither versioned. here is my gulpfile
elixir(function(mix) {
mix.sass('aracademia.scss')
.scripts(
[
…

Rachid
- 101
- 1
- 9
0
votes
1 answer
Laravel 5 elixir: How do I Compile and move .scss files?
I have tried to follow the instructions at laravel-elixir, but I'm apperantly still to green to get it, so I hope you can explain it to me in a more beginner-friendly way.
I want to use elixir to compile my scss from…

MartinJH
- 2,590
- 5
- 36
- 49
-1
votes
2 answers
How to fix the below errors while trying to install laravel-elixir with npm
I am building a web application using laravel framework.In that i need to install gulp. I installed gulp using npm and on entering the command gulp, it is prompting me to install laravel-elixir. I tried npm install laravel-elixir but it is throwing…

sahiba sanghi
- 11
- 1
- 2
-1
votes
1 answer
Minify laravel views on local machine and push to server
we are using gulp in laravel to minify our views, the problem we are facing, server is unable to process gulp due to low ram of 512, is there any way we can minify the html on our local machine and then push it to our server?

fewBugs
- 1
-5
votes
0 answers
Laravel HomeController eror
I get an error that HomeController is not found. I couldn't find the reason for this. I have deleted this file in the terminal many times and changed its initials to lower and larger, but the problem has not been fixed, can you help me, I am using…

enes polat
- 1
- 2