start new:
tmux
start new with session name:
tmux new -s myname
| var gulp = require('gulp'); | |
| var sass = require('gulp-sass'); | |
| var plumber = require('gulp-plumber'); | |
| var notify = require('gulp-notify'); | |
| var browserSync = require('browser-sync'); | |
| var autoprefixer = require('gulp-autoprefixer'); | |
| var sourcemaps = require('gulp-sourcemaps'); | |
| var spritesmith = require('gulp.spritesmith'); | |
| var gulpIf = require('gulp-if'); | |
| var nunjucksRender = require('gulp-nunjucks-render'); |
| <?php | |
| // Variables used in this script: | |
| // $summary - text title of the event | |
| // $datestart - the starting date (in seconds since unix epoch) | |
| // $dateend - the ending date (in seconds since unix epoch) | |
| // $address - the event's address | |
| // $uri - the URL of the event (add http://) | |
| // $description - text description of the event | |
| // $filename - the name of this file for saving (e.g. my-event-name.ics) | |
| // |