Skip to content

Commit

Permalink
Merge pull request #101 from vrockai/PathFix
Browse files Browse the repository at this point in the history
Making the path-adjust the dependency of tsc-* targets
  • Loading branch information
mtho11 committed Apr 28, 2015
2 parents 915f5b4 + 5b4b9c8 commit 9e13a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gulpfile.js
Expand Up @@ -78,7 +78,7 @@ module.exports = function(gulp, config, pluginName){
};
}

gulp.task('tsc-' + pluginName, function() {
gulp.task('tsc-' + pluginName, ['path-adjust'], function() {
var cwd = process.cwd();
var tsResult = gulp.src(config.ts(pluginName))
.pipe(plugins.sourcemaps.init())
Expand Down

0 comments on commit 9e13a6d

Please sign in to comment.