mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
#33 fix dist folder
This commit is contained in:
parent
6049ff664a
commit
14a434d684
@ -44,7 +44,7 @@ gulp.task('compile', ['clean'], function () {
|
||||
.pipe(sourcemaps.init())
|
||||
.pipe(typescript(tscConfig.compilerOptions))
|
||||
.pipe(sourcemaps.write('.'))
|
||||
.pipe(gulp.dest('dist/app'));
|
||||
.pipe(gulp.dest('dist'));
|
||||
});
|
||||
|
||||
// update the tsconfig files based on the glob pattern
|
||||
|
Loading…
x
Reference in New Issue
Block a user