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
    
  
  
    
  | // You can change location of the files to fit you project structure | |
| // This is defenitialy not mine snippet. I took it from here - > > > https://browsersync.io/docs/gulp | |
| // Extra snippet update - prevent exiting when error catched--- from here https://gist.github.com/pornel/ca9631f5348383b61bc7b359e96ced38 | |
| var gulp = require('gulp'); | |
| var browserSync = require('browser-sync').create(); | |
| var sass = require('gulp-sass'); | 
NewerOlder