laravel-elixir Questions

6

Solved

I got a rather simple problem with a VueJS component that needs to use a variable. The problem comes with getting sass to register variables inside a component. I tried importing the _variables.sc...
Sinistrous asked 23/2, 2016 at 14:53

3

I am using Vueify with Laravel/Elixir. I use Sass inside my Post.vue file but it references colors I declare in @import "resources/assets/sass/bootstrap-variables-override.scss"; Is there a way to ...
Delladelle asked 24/12, 2015 at 19:48

14

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 in the css folder. However if I t...
Fare asked 14/1, 2016 at 17:23

2

Hi i'm getting this error while running gulp watch. im using vueify in laravel project. why is this happening. it was working fine all these days and this came in today. $ gulp watch [12:56:01] U...
Etruria asked 9/8, 2016 at 7:55

4

Solved

In Laravel 5.4 Mix was introduced to compile assets and maintain the asset pipeline. Mix defaults to your public directory being named public. In many cases, including mine, my public directory is ...
Cartilage asked 5/2, 2017 at 11:35

1

I am using Laravel framework with laravel-elixir, jquery-slim, vuejs, vue-resource npm packages. My issue is that when I try to import a jquery plugin (ex. snackbarjs) its giving me an issue since...
Flinders asked 7/7, 2016 at 8:38

2

Solved

I use gulp and laravel elixir for building a website. Everytime I do gulp or gulp --production in my editor (geany), 3 desktop notifications pop up. (gnome 3.18.2). Also when I do gulp watch the no...
Corrigan asked 20/11, 2015 at 12:40

1

I've just installed Laravel 5.3, it's a completely fresh install and after looking through the Docs i've set up my Gulpfile as follows: elixir((mix) => { mix.sass('app.scss') .webpack('app.js...
Ube asked 25/11, 2016 at 22:10

3

I have this two files in resources/assets/less folder style.less and admin/style.less. I want to compile this files to diffrent paths as the following: style.less compiled to public/css/ and the...
Torero asked 29/3, 2015 at 14:5

2

Solved

I working on a Laravel 5.3 project. I am getting below errors when I am running gulp command in CMD. Could anyone say how can I get a error less result ? gulpfile.js var elixir = require('lara...
Manriquez asked 3/12, 2016 at 16:54

1

Solved

I am following the Laravel docs and wanted to install Elixir for managing sass and other preprocessors. But as I start "npm install" from the laravel root folder, I end up with: 114.316.724 by...
Viborg asked 21/8, 2016 at 6:30

1

Solved

I am currently in the process of diving into Laravel Mix and so far, whilst I fully understand what Laravel Mix is and how it works, I am trying to understand a little more about the common practic...
Franconia asked 6/3, 2017 at 9:39

5

Solved

I am using Laravel 5.4 in my project and trying to set up the frontend build system using Mix. Everything is working fine except I could not be able to get browser auto reload option. There is noth...
Yokel asked 5/2, 2017 at 2:12

3

Solved

I'm unable to get JQuery UI required when using Laravel Elixir with Webpack. Here is my gulpfile.js, nothing unusual: const elixir = require('laravel-elixir'); elixir.config.sourcemaps = false; ...
Kinetic asked 4/11, 2016 at 15:35

4

Solved

I did not saw anything about this in docs, maybe I did not search enough, but components template seems to work "better" with a root element (better means: it works without root element with Larave...
Slump asked 4/11, 2016 at 9:23

4

Solved

I want to use Laravel Elixir to minify my css/files files. But I don't want to use the mix-methode and merge them. All I want is to generate a "custom.min.js" file from my original "custom.js". Is ...
Diurnal asked 14/5, 2015 at 11:37

1

I am trying to load a number of Vue.js components into my app.js file (using browserify/vueify via elixir) in a laravel project. Instead of loading every component at once, I'd like to lazy load ...
Bridoon asked 17/5, 2016 at 13:46

5

Solved

I just did a clean install of laravel. Elixir is not combining my scripts. I am clueless about what's happening. I see the scripts task getting triggered but no files are output in public/js direct...
Pteranodon asked 30/1, 2015 at 17:34

3

Solved

I've gulpfile.js with content var gulp = require('gulp');//this is working gulp.task('default', function() { });//this is working var elixir = require('laravel-elixir');//this is NOT working Run...
Vernal asked 10/10, 2015 at 8:40

1

Solved

I'm using Linux Mint and I'm trying to run compile sass file. I have installed npm and node. But when I run gulp , it doesn't compile and it doesn't make css file in public directory. When I run it...
Allotrope asked 1/5, 2016 at 17:51

3

I'm installing laravel elixir on my latest homestead machine , working on laravel 5.3, i followed the exact documentation to install laravel elixir, but it didn't worked , it's throwing error regar...
Spectacles asked 26/8, 2016 at 18:55

3

Solved

I am using a Laravel Vue setup and pulling in Laravel Elixir, Webpack and laravel-elixir-vue-2 package. I have looked at several other SO questions and I know this is usually a problem with not r...
Cluster asked 16/10, 2016 at 14:12

3

Solved

I'm fairly new to Laravel 5.0, but not to PHP. I've been playing around with Elixir to compile my SASS, copy images from my resource directory and run them through the mix.version function to preve...
Rexford asked 29/9, 2015 at 9:24

2

Solved

How do you combine plain CSS and Sass file with Laravel Elixir? If I run the following code then two files "all.css" and "app.css" is generated on the public/CSS/ directory. However, I only want to...
Sectarianize asked 12/12, 2015 at 16:43

1

Solved

At the moment we have a new server environment with multiple servers, so the cache busting functionality of laravel elixer doesn't work if we download the repository and run gulp, as each server ha...
Loralorain asked 14/7, 2016 at 12:0

© 2022 - 2024 — McMap. All rights reserved.