gentelella-rails icon indicating copy to clipboard operation
gentelella-rails copied to clipboard

Missing coffee-rails dependency in gemspec.

Open babatakao opened this issue 7 years ago • 1 comments

This gem uses CoffeeScript, but the gemspec lacks coffee-rails dependency.

babatakao avatar Oct 03 '17 10:10 babatakao

coffee-rails dependency added. I incorrectly assumed at outset Rails projects using this would also always use coffee-rails. Although I've added the dependency and released as 0.1.10 just now, the smarter route may be to remove *.coffee and just use *.js asset files as coffee ends up not being overly useful in any major way in this project.

I didn't have time to remove coffee dependency, so added the gem dependency for now, but leaving this issue open to anyone who wants to convert the coffee scripts to pure JS scripts and submit a PR.

mwlang avatar Oct 18 '17 14:10 mwlang