Skip to content

Instantly share code, notes, and snippets.

@ratiw
Created April 11, 2015 08:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ratiw/bfe675740031132d7000 to your computer and use it in GitHub Desktop.
Using Laravel Elixir on Windows 7/8/8.1

Setup

  • Windows 7/8/8.1
  • Git (git-scm with Git Bash)
  • Fresh install of Laravel 5.0

** Do not install Elixir from within Homestead. It will not work! **

Steps

  • Run Git Bash
  • cd to the project directory
  • run npm install --global gulp
  • then, run npm install

Test Run

  • in the project directory, just type gulp. It should successfully compile app.less with notification message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment