dylanirlbeck / tailwind-ppx

A Reason/OCaml Pre-Processor eXtension (PPX) that validates your Tailwind classes at compile-time.
MIT License
152 stars 15 forks source link

set rewritePrefix to true #129

Open tatchi opened 4 years ago

tatchi commented 4 years ago

Close #128. Let's see if CI passes

tatchi commented 4 years ago

@ManasJayanth Any idea what might go wrong here?

ManasJayanth commented 4 years ago

Couple of things

  1. The postinstall.js isn't identical to the one esy creates on running the release command. On Windows, it was incorrectly trying set the env variable

  2. The path where node_modules is installed is too deep - possible to configure the project root to shallower?