Skip to content

Instantly share code, notes, and snippets.

View sandman81's full-sized avatar

Evgeny sandman81

  • Frontend Engineer
  • Russia, Krasnodar
View GitHub Profile
@sandman81
sandman81 / gulpfile.js
Created June 15, 2017 06:10 — forked from nathanlong/gulpfile.js
Gulp Rsync
var gulp = require('gulp');
var rsync = require('gulp-rsync');
gulp.task('deploy', function(){
// Dirs and Files to sync
rsyncPaths = ['rsynctest01' ];
// Default options for rsync
rsyncConf = {
verbose: true,
@sandman81
sandman81 / n7-2013-media-queries.md
Created January 5, 2016 11:09 — forked from afj176/n7-2013-media-queries.md
Working out how to target nexus 7(2013) over nexus 7(2012)

Targeting Nexus 7 2012 & 2013

Media Query Differences

Demo here