Created
December 29, 2015 21:16
-
-
Save o/c8f732be691499e9c7d2 to your computer and use it in GitHub Desktop.
test for @ademilter
This file contains 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
var gulp = require('gulp'); | |
gulp.task('copy', function () { | |
return gulp | |
.src('index.js') | |
.pipe(gulp.dest('dist')) | |
}) |
This file contains 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
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