Skip to content
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

refactor(core): cleaner _dist folder generation #29

Merged
merged 4 commits into from
Sep 24, 2022

Conversation

ojvribeiro
Copy link
Owner

@ojvribeiro ojvribeiro commented Sep 23, 2022

Resolves #28.

The _dist folder should be deploy-ready, so making it cleaner allows the dev to simply upload its contents via FTP or via a CI/CD pipeline.

The folder structure should look like this:

📦_dist
 ┣ 📂assets
 ┃ ┣ 📂css
 ┃ ┣ 📂img
 ┃ ┗ 📂_vulmix
 ┃ ┃ ┣ 📂css
 ┃ ┃ ┗ 📂js
 ┗ 📜index.html

@ojvribeiro ojvribeiro added the enhancement New feature or request label Sep 23, 2022
@ojvribeiro ojvribeiro self-assigned this Sep 23, 2022
@ojvribeiro ojvribeiro marked this pull request as ready for review September 24, 2022 07:36
@ojvribeiro ojvribeiro changed the title refactor(core): cleaner .dist folder generation refactor(core): cleaner _dist folder generation Sep 24, 2022
@ojvribeiro ojvribeiro merged commit 5aeea43 into main Sep 24, 2022
@ojvribeiro ojvribeiro deleted the refactor-project-structure branch September 24, 2022 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move all compiled assets and the index.html to .dist folder
1 participant