-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(boas-vindas): Adiciona novo layout para o /pages e /html, além de implementar novos comandos que ajudam no dia a dia e na finalização dos projetos #161
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… greetings e seu import, além de rebuildar o projeto junto com o prod;
…reetings e critical via npm, e adiciona pacotes necessários para rodar o lighthouse;
…ginas blade.php e scss;
…todas as páginas;
…ndo para não removê-lo;
…-template.blade.php;
…los novos das indexes;
…s a página create-page-template;
…im de uma auditoria para evitar duplicação na próxima;
…o com a url/ambiente;
…-page # Conflicts: # package.json
…utilizada do node;
…omente quando for necessário;
VitorHFLopes
approved these changes
Jun 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Checklist
Por favor, verifique se o seu PR cumpre os seguintes requisitos:
PR Type
Que tipo de mudança esse PR introduz?
Qual é o comportamento atual?
Qual é o novo comportamento?
npm run end
, efetuando assim, toda limpeza necessária e concluindo com o rebuild e prod do projeto.npm run lh
enpm run cr
.npm run lh
: executa script responsável por rodar o Lighthouse e gerar um reporte que será salvo emresources/lighthouse/lighthouse-report-[data]-[hora].html
.npm run cr
: executa script responsável por capturar todas as páginas criadas no /html e adicioná-las aowebpack.mix.js
.npm run end
se tornou mais robusto, além de executar a limpeza de boas-vindas, rebuildar o projeto e rodar onpm run prod
, também rodanpm run lh
enpm run cr
, concluindo com o conceito de finalização do projeto.npm run page
. Se trata de um script que irá criar uma nova página no /html e, se o desenvolvedor desejar, também criará uma página de estilos e a importará.Outra informação
Bastante informação em um único Pull Request, acabei misturando boas-vindas com finalização de projeto e utilidades. Peço desculpas, me empolguei.