Laravel 5 Elixir
Laravel 5 Elixir#
A task runner: minify images, compile CSS, minify and run tests
Integrates (wrapper for) gulp.js
Installing Elixir#
-
Make sure
nodeis installedCheck with
node -v -
Installed gulp globally
npm install -g gulp -
Check Gulp is Installed
gulp -v -
Everything needed is already in
package.jsonso just runnpm installfrom project root