Nunify - Unify template for Neember
Installation
gem install 'nunify'
or add this to your Gemfile
gem 'unify', '~> 1.0'
Usage
Add this to your application.scss
@import 'nunify';
And add this to your application.js
//=require nunify
Nunify uses default theme by default. To use another theme, add this to your application.scss
@import 'nunify';
@import 'nunify/themes/[your_theme_name]'
As Rails won't automatically include filtered out assets, you may need to add this to your application.rb
config.assets.precompile += %w{*.png *.jpg *.gif}
That's it. Enjoy!!!