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
If you have a branch like this | |
Master | |
7243798 M | |
60789fc M | |
4c629bb M | |
And you push 6bbw138 commit by mistake to Master your result will be: | |
Master | |
6bbw138 | |
7243798 M |
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
mix.js('resources/assets/js/app.js', 'public/js') | |
.sass('resources/assets/sass/app.scss', 'public/css') | |
.browserSync({ | |
proxy: { | |
target: "www.mygreatsitewillmakemerich.local" | |
}, | |
files: [ | |
'app/**/*', | |
'public/**/*', | |
'resources/views/**/*', |