Skip to content

Commit 759ace6

Browse files
committed
Merge branch 'master' of github.com:froala/wysiwyg-rails
2 parents b4c157e + 7bc4332 commit 759ace6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ Add this to your Gemfile:
1313

1414
```ruby
1515
gem "wysiwyg-rails"
16+
gem "font-awesome-sass"
1617
```
1718

1819
and run `bundle install`.
1920

21+
Note, you can include your own alternative Font Awesome implementation rather than the `font-awesome-sass` gem if you like. In that case, you'll need to modify/remove the import statements below to work with your implementation.
22+
2023
## Include in assets
2124

2225
In your `application.css.scss`, include the css file:

lib/wysiwyg-rails/engine.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require "font-awesome-sass"
2-
31
module WYSIWYG
42
module Rails
53
class Engine < ::Rails::Engine

wysiwyg-rails.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ Gem::Specification.new do |gem|
1515
gem.version = WYSIWYG::Rails::VERSION
1616

1717
gem.add_dependency "railties", ">= 3.2", "< 6.0"
18-
gem.add_dependency "font-awesome-sass", ">= 4.4.0"
1918
end

0 commit comments

Comments
 (0)