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.
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
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