Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !32326

Fix `css-prefix-examples-rtl` script

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged XhmikosR requested to merge XhmikosR-patch-6 into main Dec 04, 2020
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

cross-env-shell should be used since we are using variables in the command

This failed on Windows cmd:

C:\Users\xmr\Desktop\bootstrap>npm run css-prefix-examples-rtl

> bootstrap@5.0.0-alpha3 css-prefix-examples-rtl C:\Users\xmr\Desktop\bootstrap
> cross-env NODE_ENV=RTL postcss --config build/postcss.config.js --dir "site/content/docs/$npm_package_version_short/examples/" --ext ".rtl.css" --base "site/content/docs/$npm_package_version_short/examples/" "site/content/docs/$npm_package_version_short/examples/{blog,carousel,dashboard,cheatsheet}/*.css" "!site/content/docs/$npm_package_version_short/examples/{blog,carousel,dashboard,cheatsheet}/*.rtl.css"

Input Error: You must pass a valid list of files to parse
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: XhmikosR-patch-6