ruby - Sass-rails issue importing css -


i trying install new gem (https://github.com/froala/wysiwyg-rails), has css dependencies i'm trying call using sass-rails see @import instruction in rendered css.

the installation worked fine, since did bundle install, , can load js. css files in right folder in ruby, not succeed in having css imported.

i using line of code css:

@import 'wysiwyg-rails/froala_editor.min.css'; 

is there else have sass-rails able access files import.

not answer, ended using bower installation , access css files.


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

javascript - How to change image src on success AJAX -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -