thardy / generator-ngbp

Yeoman generator based on the ngBoilerplate kickstarter, a best-practice boilerplate for any scale Angular project built on a highly modular, folder-by-feature structure.
100 stars 23 forks source link

Fix vendor css link in compiled version #34

Closed CjS77 closed 3 years ago

CjS77 commented 8 years ago

As it currently stands, the compile task adds an erroneous stylesheet link for each vendor css; even though the css files are included in the bundled css file.

The generator still works, but the PR eliminates that link and removes the console error(s) saying that the vendor css files can't be found

CjS77 commented 3 years ago

Guess it's not going in.