Gulp Production Completion

I am using angular 1.4.14, bower 1.8.0 and npm 3.6.0. I used the following yoman generator, https://github.com/dustinspecker/generator-ng-poly , to set up my project. I have full web-ui ready in development mode when I run the "gulp" cmd. But when I try to generate a production assembly using <gulp --stage prod ', which ends without any log before skipping templates. Find below the latest generated logs,

[22:29:06] ESLint found no problems in 1 file
[22:29:06] Finished 'markup' after 2.29 s
[22:29:06] Starting 'scripts'...
[22:29:13] gulp-imagemin: Minified 26 images (saved 109.57 kB - 12.9%)
[22:29:13] Finished 'scripts' after 6.69 s
[22:29:13] Finished 'images' after 8.73 s
user@user:frontend$ 

I checked all the console logs before that, no error messages or fatal errors appear. The same code works in development mode.

How do I know that the assembly failed?

+4

Source: https://habr.com/ru/post/1687323/


All Articles