laravel-elixir Questions
3
So I saw that elixir doesn't automatically use autoprefixer. This is how my gulp file looks:
var Elixir = require('laravel-elixir');
var autoprefixer = require('gulp-autoprefixer');
var gulp = req...
Filtrate asked 10/9, 2015 at 16:32
1
Solved
My project is based on Laravel and makes use of Laravel Elixir in order to compile and minify the client side code (which is written in ECMAScript 6).
I noticed that if I make any change to the cli...
Stage asked 10/6, 2016 at 7:58
2
Solved
How can I use a interceptor in vue.js? So before every request/response it should first go to the interceptor. I already searched a lot but can't find a good documentation about that.
I would like...
Mancy asked 14/5, 2016 at 14:50
2
Intro:
Gulp watches my css/js files till development mode on my local machine.
Then on production stage I upload all laravel project on production (live) server.
Problem:
With all that gulp and e...
Hearthside asked 1/8, 2015 at 5:16
0
I am using knockout.js components where Laravel passes configuration information.
The knockout code lists default options, and merges them with the laravel parameters, using ES2015 (new Javascript...
Exposed asked 20/4, 2016 at 10:13
1
Solved
When I use gulp with Laravel Elixir tasks in it using the command line on Windows, every time it runs messages are displayed in a tray icon. I have to click on the text-balloons to make gulp finish...
Bigmouth asked 27/1, 2016 at 12:20
2
My browserify workflow (from coffee to js, with browserify-shim and coffeeify) is like this:
I have 2 main files, app.coffee and _app.coffee, respectively for frontend and backend. Both files loca...
Pyotr asked 9/3, 2015 at 13:40
1
Solved
Since yesterday, gulp throws unhandled error event:
"C:\Program Files (x86)\JetBrains\PhpStorm 10.0.1\bin\runnerw.exe" "C:\Program >Files\nodejs\node.exe" C:\..\..\..\..\..\node_modules\gulp\bi...
Unimpeachable asked 27/11, 2015 at 11:2
1
Solved
I have used the Laravel PHP Framework for web development, and I now want to learn about elixir and to use this as a REST API service.
My question is: what is the difference between elixir phoenix...
Carillo asked 1/11, 2015 at 18:6
3
Solved
I'm trying to use Elixir's version() method with my 'public' folder being public_html (instead of the default 'public' method).
I version my css file, which produces a build folder with the manife...
Huntress asked 7/4, 2015 at 7:27
1
Solved
I'm having some trouble with Laravel Elixir and working out in what order things are executed. I've been let to believe that chaining elixir calls will force them to execute synchronously but I've ...
Dipody asked 12/2, 2015 at 12:0
2
Solved
Say we have this (simplified) elixir in gulpfile.js:
mix
.bower()
.less('test.less');
The problem is then whenever any file is changed, both bower and less tasks are executed.
Is there a way to ...
Subsidence asked 15/7, 2015 at 19:28
2
Solved
How should one use Foundation with Laravel?
I thought I'd install Foundation in vendor folder with bower install foundation. This results into having a vendor/bower_components folder where I have...
Dissect asked 21/6, 2015 at 12:59
2
Solved
I'm a bigger fan of .sass syntax over the .scss syntax (because it's better, let the war begin!), so that's what I'm trying to use. When trying to compile a .sass file with Elixir, however, it seem...
Intelligent asked 6/2, 2015 at 10:7
2
Solved
I get an Error Message with laravel 5, which I don't understand.
Next exception 'ErrorException' with message 'File build/css/all.css not
defined in asset manifest.
I haven't installed any asse...
Connivance asked 5/2, 2015 at 20:20
© 2022 - 2024 — McMap. All rights reserved.