Jeroen van Baarsen

Results 134 comments of Jeroen van Baarsen

@jasoncharnes Great, I got this working locally. Only thing that I had to change was the following: "yarn add tailwindcss --dev" -> When I ran that command the tailwindcss was...

@adamwathan Yes! Collaborative learning 💪

@jasoncharnes / @adamwathan It looks like I have the full app running now! I'll do another test with a brand new app, after that is working I'll post it as...

@jasoncharnes I got it all working. For now I quickly created a Heroku app and an example repo without any readme: Repo: https://github.com/jvanbaarsen/tailwindcss-rails-example URL: https://tailwind-rails-example.herokuapp.com/ All the configuration has been...

@m1guelpf Where do you want me to add it? Under Resources or Open Source?

@jonaskay Thanks for sharing :-) Yeah I got that figured out in the end as well! The syntax feels so weird :P

@skywinston For me there is no need to use the build script. With the example app I posted earlier you can run `bin/webpack-dev-server` and it will start a webpack server...

@skywinston I believe in his example it is watching the style.css file. But in my example repo (https://github.com/jvanbaarsen/tailwindcss-rails-example) it is watching this file: https://github.com/jvanbaarsen/tailwindcss-rails-example/blob/master/app/javascript/src/application.scss

@skywinston I'm in the process of writing a blogpost on step by step setting up Tailwind in your rails post. It should be up beginning next week (I'll post here...

@DawgOnKing Did you setup the buildpacks for Heroku?