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

epic/v3: allow dev to build file(s) in place #408

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

wesleyboar
Copy link
Member

@wesleyboar wesleyboar commented Oct 14, 2024

Overview

Allow developers to build a file in place.

Related

Changes

  • added npm run build-each (/bin/build-each.js)

Testing

Feature

  1. Run npm run build:each -- src/lib/_imports/components/align.postcss src/lib/_imports/components/admonition.postcss.
  2. Verify two files are built and minified:
    • src/lib/_imports/components/align.css
    • src/lib/_imports/components/admonition.postcss

Regression

  1. If present, delete /dist.
  2. Run npm run build:css.
  3. Verify no errors.
  4. Verify /dist is created (with all its regular content).

UI

Skipped.

@wesleyboar wesleyboar changed the base branch from main to epic/v3 October 14, 2024 23:42
@wesleyboar wesleyboar merged commit bf80146 into epic/v3 Oct 14, 2024
1 of 3 checks passed
@wesleyboar wesleyboar deleted the epic/v3--allow-commit-built-files-on-branch branch October 14, 2024 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant