Samuel Fernández

Results 36 comments of Samuel Fernández

Proposal: * Custom builder to create robots.txt and sitemap.xml * It can crawl the app and generate those files dynamically * Result is static and can be re-generated with a...

I think this task should come before https://github.com/angular/angular-cli/issues/15844#issuecomment-803296912 A good approach could be that there was a new option to provide a png in the assets folder and that all...

I have a working builder to do this job in a personal repo https://github.com/ng-easy/platform/blob/master/libs/builders/src/favicons/index.ts I’m happy to contribute it. Would you welcome a PR? Still have doubts if it should...

@alan-agius4 Any chances on moving this forward?

@Jefiozie In my understanding, you should use firstly the project provided through the CLI, if not the default one, and lastly the first one as fallback. Taking that into consideration,...

@Jefiozie if you can't make it I'm happy to submit a PR @vsavkin do you feel this would be worth to be shipped as a part of the workspace API...

> @Jefiozie @samuelfernandez this issue is still opened. I will be more than happy to submit a PR as you have suggested above. @patelvimal I won't have much time for...

@AndriiTsok that was a fast answer, thanks so much! Would it be useful to explain that in the readme and config examples for github builder?

> Another option, if the nx script fails if the file is not found, would a command like npx nx migrate --run-migrations=migrations.json || 0 work to give it a clean...