S
S
Sam Bulatov2016-07-24 14:45:47
gulp.js
Sam Bulatov, 2016-07-24 14:45:47

What does the dot at the beginning of the path mean?

gulp.src('./lib/*.jade')
    .pipe(jade({
      locals: YOUR_LOCALS
    }))
    .pipe(gulp.dest('./dist/'))

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2016-07-24
@stylesam

Dot - "Current Directory"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question