Angular ng build does not produce dist folder -


i frustrated in ran ng build not produce dist folder in project folder. have no problem other projects. strange compiler not give errors. please check project , tell reason? https://github.com/vugar005/report kind regards

i have seen repository, , think problem on ".angular-cli.json" file. on line 9 specify outdir "../mhs" , should produce result "../mhs" folder instead of "dist" folder.

as resolution problem, change outdir "../mhs" "dist".

hope works ! :) -mczal


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -