Skip to content

Instantly share code, notes, and snippets.

@alenabdula
Created July 12, 2016 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alenabdula/9a9bac91d97b66e3abfbcedbb1a98e8c to your computer and use it in GitHub Desktop.
Save alenabdula/9a9bac91d97b66e3abfbcedbb1a98e8c to your computer and use it in GitHub Desktop.
'use strict';
const gulp = require('gulp');
const elixir = require('laravel-elixir');
elixir( (mix) => {
mix.browserSync({
files: ['./resources/templates/**/*.twig'],
proxy: 'example.dev'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment