Skip to content

Instantly share code, notes, and snippets.

@ademilter
Forked from o/gulpfile.js
Created December 29, 2015 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ademilter/ad0005819cf9fa5317d4 to your computer and use it in GitHub Desktop.
Save ademilter/ad0005819cf9fa5317d4 to your computer and use it in GitHub Desktop.
test for @ademilter
var gulp = require('gulp');
gulp.task('copy', function () {
return gulp
.src('index.js')
.pipe(gulp.dest('dist'))
})
export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
cd /Users/osman/Developer/gulptest
gulp copy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment