mikach / gulp-concat-sourcemap

Concatenate files and generate a source map file.
30 stars 9 forks source link

trying to fix "source file not found" problem when using with gulp-sourc... #16

Open luochen1990 opened 10 years ago

luochen1990 commented 10 years ago

trying to fix "source file not found" problem when concating files in different path using with gulp-sourcemaps with includeContent: true. I'm not sure this problem is entirely solved, but now it works.

mikach commented 10 years ago

Thank you! Can I ask you to rewrite test with mocha?

luochen1990 commented 10 years ago

I'm sorry, I wanted to do this, but I'm not familiar with mocha, and don't know how to call the gulp command in mocha synchronously in an easy way.