Laravel-elixir Questions
Ad
Can't install laravel-elixir because of node-sass failure
I am pretty new to this environment still and am trying to get up to speed on node.js modules and laravel (5.1.11) as a whole, so... i
Elixir + Gulp + Laravel with differents JS inclusions depending on URL
I'd like to begin use elixir + gulp. in my project, i just use css + js. today, i use it like that: i have a dashboard.blade.php that i
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 working fine except i could not be
Having error while trying to run gulp on laravel
I am trying to configure a laravel project i have configured node and bower with no problem but after sudo npm install gulp. when i run gulp i get
How to organize vueify within laravel?
I want to use vueify in my laravel project. i have different vuejs components using vueify (*.vue files). my question is about how to best
How to include a vue component only when required in spa?
I have made components and saved into different '.vue' files and compiling them with the help of elixir / gulp and of course browserify. i
Vueify + Elixir + Hotloading - Uncaught TypeError: Cannot read property 'indexOf' of undefined
I've set up elixir to use vueify with hot reload plugin. everything compiles ok but i get a console error on my compiled file and the vue
Elixir and Gulp - Copy and concatenate
How can i copy and concatenate multiple js files? i was hoping something like this would work: .copy([
Vue.js interceptor
How can i use a interceptor in vue.js? so before every request/response it should first go to the interceptor. i already
npm install laravel-elixir doesn't work
I use laravel for an app. when i tried to install laravel-elixir using npm, i got this error. `
Ad
Vueify can't require component from node_modules
Here's my npm package first, i install it. npm
Vue JS with vue-router not loading vueified components
I am developing a web application which makes use of vue-router for an spa with a laravel 5 backend. it makes use of .vue files for
Browserify + vue + HTML minify
I'm using elixir together with browserify. in my vue components i include templates from html files, like this:
Installing CKEditor with npm
I am trying to install ckeditor in my project. i am using laravel. i know i could download the files but i like making my life difficult
How to use Lumx in Laravel with Elixir?
I followed one answer provided in angularjs with laravel
Specify input directory for Laravel Elixir/SASS
I currently have my resources/assets directory structured a bit differently from normal as i want to have a number of "themes" in my
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 getting sass to register variables
Laravel Elixir use Typescript instead of Javascript
I have a project that uses laravel 5.2 here i use laravel elixir for javascript pre-processors and i find that the typescript is easier to use
Gulp File Not Copying Fonts
I am attempting to move some of my fonts over through my resources/assets/fonts/web-icons/ directory over so that when i use them in my layouts it
Laravel Elixir wrong paths
This is my gulpfile.js var elixir = require('laravel-elixir'); elixir(function(mix) { mix.less([ 'style.less' ],
Using gulp with Laravel Elixir - disable tray icon messages?
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
Ad
Check if file exists before calling a task on Laravel Elixir 5.2
I need to check if a file exists before trying to combine all the pre-compiled frontend libraries that i'm using on my website. that's my
Can't compile assets with Gulp
Every tutorial or doc i find says that i should do something like this: var elixir = require('laravel-elixir');
Laravel 5.2 Elixir
I am using laravel 5.2 and i've successfully create all.css in public/css folder using gulp. but when i try to use all.css in
Ad
Blog Categories
Ad