Skip to content

Help with gem development #221

Closed as not planned
Closed as not planned
@muriloime

Description

@muriloime

Hi there, I forked the repo (I am trying to add a postcss argument to the executable), but was unable to test it locally ( I keep on getting the error message

Tailwindcss::Commands::ExecutableNotFoundException: Cannot find the tailwindcss executable for x86_64-linux in 

If you're using bundler, please make sure you're on the latest bundler version:

when I point my Gemfile either to my local path or to my github repo (

gem 'tailwindcss-rails', '~> 2.0.17' # ok
# gem 'tailwindcss-rails', path: '/home/murilo/code/learn/'  # raises error 
# gem 'tailwindcss-rails', github: 'muriloime/tailwindcss-rails'  # raises error

Could you please give instructions on how to test the gem locally or give some orientation on how to circumvent the error ?

Many thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions