WalrusSoup / Tailwind-Formatter

Port of Headwind to Intellij. Opinionated class formatter for TailwindCSS
108 stars 9 forks source link

Failure to build locally #46

Closed hms closed 2 years ago

hms commented 3 years ago

I'd like to attempt some experiments to explore fixes for my environment and suggestions for future enhancements. I have the latest codebase from master and it does not build. I get the following error:

FAILURE: Build failed with an exception.

Any suggestions?

Thanks

hms commented 3 years ago

Anyone else able to build locally (on a Mac)? Suggestions?

tance77 commented 3 years ago

Typically intelij has a built in option for all of these: runide, build, deploy ect. Never tried to build through CLI before.

hms commented 2 years ago

@tance77 would it be possible to outline the steps you take to do a build. I'm using Rubymine, one of the Intelij derivatives and don't see a way to build locally.

And thanks for getting the latest build out so quickly :-)

tance77 commented 2 years ago

@hms I think it requires you to have IneliJ. There is a community edition you can get for free. It requires Gradle. I'm not really sure if that exists in Rubymine. I've never run it. However in InteliJ there is a grade table you can click in the top right side of the IDE. Once it finishes indexing you should see some things it can do. I attached a screenshot Screen Shot 2021-12-06 at 2 58 03 PM .

runide will download and install an IDE for you to test and run the plugin.