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
node
is installedCheck with
node -v
-
Installed gulp globally
npm install -g gulp
-
Check Gulp is Installed
gulp -v
-
Everything needed is already in
package.json
so just runnpm install
from project root