Skip to content

Commit

Permalink
Making the path-adjust the dependency of tsc-* targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Viliam Rockai committed Apr 28, 2015
1 parent fc97cf4 commit 5b4b9c8
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 5b4b9c8

Please sign in to comment.