Skip to content

Added support for Windows #176

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Added support for Windows #176

wants to merge 1 commit into from

Conversation

kiawizard
Copy link

Currently cssbundling does not work on Windows:

rake assets:precompile
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
rake aborted!
cssbundling-rails: No suitable tool found for installing JavaScript dependencies

Tasks: TOP => assets:precompile => css:build => css:install
(See full trace by running task with --trace)

The reason is checking for npm/yarn/etc with command -v which is Linux only way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant