antonybudianto / angular-starter

:star: Gulp Angular Starter using TypeScript (Updated to 4.4.3)

Home Page:https://antonybudianto.github.io/angular-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiling files to dist or build directory

haxoza opened this issue · comments

Having *.js and *.js.map files just next to *.ts sources is painful in navigating through the files during development. It would be great to keep compiled files in a different directory.

For example this kind of solution was applied for coffee script sources in Angular1 Gulp Generator and it worked great. Please let us know if you agree with such solution. Eventually some pull request could be submitted.

I believe the motivation behind this issue is the same as in #22.

I'm okay as long as it still fits with the workflow, please send the pull request, @haxoza 👍

I've committed to the sfx PR, please try and review, thanks

@antonybudianto thanks for your super quick reaction!

I've fetched pull request, tested it and it seems to work great. I think it can be merged to master.

Thanks, I'll merge it soon after some checks