Csaba Apagyi
Csaba Apagyi
Thanks a lot. Good luck with your startup!
Happens when there's no `app/assets` folder, e.g. for api-only apps. Fix by creating the folder or `rails generate active_admin:assets`
Using @michasik's I'm running into https://github.com/nuxt-modules/tailwindcss/issues/471 on every hot reload. Any solutions?
Try without `--no-dep-run`.
This might also help you: https://github.com/karhatsu/hello-ocra
@aexol Thanks for addressing this. Do you have an example of how to use it? I noticed when I use the latest version, `apollo.ts` is no longer generated. I run...
I got this on sassc-2.4.0 and ruby-2.7.0
This can be fixed by appending the missing extensions: `nuxt.config.ts` ``` dayjs: { locales: ['en.js', 'de.js'], plugins: ['relativeTime.js'], }, ``` 
Same issue here but it represented differently (see #134): https://ci.appveyor.com/project/thisismydesign/appveyor-ocra/build/1.0.6 ``` ERROR: Don't know where to put gemfile ``` and when I tried to set a bundler path explicitly (`bundle...
Thanks, good point, but seems it's still in the path. ``` irb(main):001:0> app_paths = `echo $PATH`.strip.split(':') => ["/usr/local/bundle/bin", ... irb(main):002:0> pp app_paths ["/usr/local/bundle/bin", "/usr/local/sbin", "/usr/local/bin", "/usr/sbin", "/usr/bin", "/sbin", "/bin"] =>...