Created
July 12, 2016 04:18
-
-
Save alenabdula/9a9bac91d97b66e3abfbcedbb1a98e8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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