I created an angular project through yo angular [project-name] , tried to build it through grunt build . I checked the dist/scripts/vendor.d41d8cd9.js and I see it empty. I found this question , and it didn’t help me at all. If someone can point me in the right direction, we will be very grateful.
yo angular [project-name]
grunt build
dist/scripts/vendor.d41d8cd9.js
I somehow found the answer, I changed the build: js tag:
<!-- build:js scripts/vendor.js --> <!-- bower:js --> <!-- endbower --> <!-- endbuild -->
in
<!-- build:js(./) scripts/vendor.js --> <!-- bower:js --> <!-- endbower --> <!-- endbuild -->
and he solved my problem :)
Source: https://habr.com/ru/post/970919/More articles:Extract numbers from strings, including '|' - stringDivide columns by group - splitCan a maven artifact contain both a flask and aar? - androidError loading extension section usr_cert - sslHow to configure Jenkins Slave to start as a Windows service using the command line? - continuous-integrationConditionally display partial views based on the active page - asp.net-mvcUICollectionView contentOffset changes when the keyboard appears - iosQt Creator as a Python development environment? - pythonNormalize British and American English for Elasticsearch - filterSoft Keyboard Hiding ActionBar when using adjustPan - androidAll Articles