doabit / semantic-ui-sass

Semantic UI, converted to Sass and ready to drop into Rails & Compass.
MIT License
1.15k stars 192 forks source link

Error When Trying to Use Inside a Theming Gem #47

Closed nonfungibletunji closed 9 years ago

nonfungibletunji commented 9 years ago

I tried to use import statement in an css.css file. The file is located in a theming gem engine, outside of the main rails app engine. It works when i use it inside of the main app, but the import statement does not work when I extract the theming to its own gem.

Sass::SyntaxError: File to import not found or unreadable: semantic-ui.

doabit commented 9 years ago

@stunjiturner Could you give a code sample?

nonfungibletunji commented 9 years ago

On Jun 22, 2015, at 10:27 PM, Sean Deng notifications@github.com wrote:

@stunjiturner https://github.com/stunjiturner Could you give a code sample?

— Reply to this email directly or view it on GitHub https://github.com/doabit/semantic-ui-sass/issues/47#issuecomment-114331746.

From The Theme Gem:

In spree_frontend_semantic.ui.css

/ = require spree/frontend = require ./semantic_ui /

In semantic_ui.css.scss

@import "semantic-ui”;

add dependency to .gemspec

all the code is on github: stunjituner/spree_frontend_semantic_ui

From The Main Gem

In all.css

/*

doabit commented 9 years ago

I think you should add s.add_dependency 'semantic-ui-sass' in spree-frontend-semantic-ui.gemspec.

nonfungibletunji commented 9 years ago

i am trying the install the main engine on heroku.

On Jun 22, 2015, at 10:52 PM, Sean Deng notifications@github.com wrote:

I found you should add s.add_dependency 'semantic-ui-sass' in spree-frontend-semantic-ui.gemspec.

— Reply to this email directly or view it on GitHub https://github.com/doabit/semantic-ui-sass/issues/47#issuecomment-114335218.

nonfungibletunji commented 9 years ago

heroku logs

remote: Sass::SyntaxError: File to import not found or unreadable: semantic-ui. remote: Load paths: remote: /tmp/build_3afee143b974cdd019a603a9385ac168/app/assets/images remote: /tmp/build_3afee143b974cdd019a603a9385ac168/app/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/app/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree_frontend_semantic_ui-dadcf562794a/app/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree_frontend_semantic_ui-dadcf562794a/app/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree_auth_devise-a141130b44bc/lib/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree_auth_devise-a141130b44bc/lib/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree_gateway-191986ffab59/lib/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree_gateway-191986ffab59/lib/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/frontend/app/assets/images remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/frontend/app/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/frontend/app/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/frontend/vendor/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/backend/app/assets/images remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/backend/app/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/backend/app/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/backend/vendor/assets/images remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/backend/vendor/assets/javascript remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/backend/vendor/assets/stylesheet remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/select2-rails-3.5.9.1/vendor/assets/images remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/select2-rails-3.5.9.1/vendor/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/select2-rails-3.5.9.1/vendor/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/jquery-ui-rails-5.0.5/app/assets/images remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/core/app/assets/images remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/core/app/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/core/vendor/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/core/vendor/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/font-awesome-rails-4.3.0.0/app/assets/fonts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/font-awesome-rails-4.3.0.0/app/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/turbolinks-2.5.3/lib/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/jquery-rails-4.0.4/vendor/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/coffee-rails-4.1.0/lib/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/app/assets/fonts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.5/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.5/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.5/assets/fonts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.5/assets/images remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.5/assets/stylesheets remote: (in /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree_frontend_semantic_ui-dadcf562794a/app/assets/stylesheets/spree/frontend/semantic_ui.css.scss:1) remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree_frontend_semantic_ui-dadcf562794a/app/assets/stylesheets/spree/frontend/semantic_ui.css.scss:1 remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/import_node.rb:67:in rescue in import' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/import_node.rb:45:inimport' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/import_node.rb:28:in imported_file' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/import_node.rb:37:incss_import? remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/perform.rb:217:in visit_import' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/base.rb:37:invisit' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/perform.rb:100:in visit remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/base.rb:53:inblock in visit_children' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/base.rb:53:in map' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/base.rb:53:invisit_children' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/perform.rb:109:in block in visit_children' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/perform.rb:121:inwith_environment' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/perform.rb:108:in visit_children' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/base.rb:37:inblock in visit' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/perform.rb:128:in visit_root' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/base.rb:37:invisit' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/perform.rb:100:in visit remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/perform.rb:7:invisit' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/root_node.rb:20:in render' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/engine.rb:315:in_render' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/engine.rb:262:in render' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-rails-4.0.5/lib/sass/rails/template.rb:22:inevaluate remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/tilt-1.4.1/lib/tilt/template.rb:103:in render' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/context.rb:197:inblock in evaluate' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/context.rb:194:in each' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/context.rb:194:inevaluate' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:12:in initialize' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:374:innew' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:374:in block in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:395:incircular_call_protection' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:373:in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:94:inblock in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/caching.rb:58:in cache_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:93:inbuild_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:287:in find_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:61:infind_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:111:in block in resolve_dependencies' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:105:ineach' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:105:in resolve_dependencies' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:97:inbuild_required_assets' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:16:in initialize' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:374:innew' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:374:in block in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:395:incircular_call_protection' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:373:in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:94:inblock in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/caching.rb:58:in cache_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:93:inbuild_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:287:in find_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:61:infind_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:111:in block in resolve_dependencies' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:105:ineach' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:105:in resolve_dependencies' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:97:inbuild_required_assets' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:16:in initialize' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:374:innew' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:374:in block in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:395:incircular_call_protection' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:373:in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:94:inblock in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/caching.rb:58:in cache_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:93:inbuild_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:287:in find_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:61:infind_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/bundled_asset.rb:37:in init_with' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/asset.rb:24:infrom_hash' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/caching.rb:54:in cache_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:93:inbuild_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:287:in find_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:61:infind_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/manifest.rb:211:in block in find_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/manifest.rb:257:inbenchmark' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/manifest.rb:210:in find_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/manifest.rb:119:inblock in compile' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/manifest.rb:118:in each' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/manifest.rb:118:incompile' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-rails-2.3.1/lib/sprockets/rails/task.rb:70:in block (3 levels) in define' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/rake/sprocketstask.rb:146:inwith_logger' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-rails-2.3.1/lib/sprockets/rails/task.rb:69:in block (2 levels) in define' remote: Sass::SyntaxError: File to import not found or unreadable: semantic-ui. remote: Load paths: remote: /tmp/build_3afee143b974cdd019a603a9385ac168/app/assets/images remote: /tmp/build_3afee143b974cdd019a603a9385ac168/app/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/app/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree_frontend_semantic_ui-dadcf562794a/app/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree_frontend_semantic_ui-dadcf562794a/app/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree_auth_devise-a141130b44bc/lib/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree_auth_devise-a141130b44bc/lib/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree_gateway-191986ffab59/lib/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree_gateway-191986ffab59/lib/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/frontend/app/assets/images remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/frontend/app/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/frontend/app/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/frontend/vendor/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/backend/app/assets/images remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/backend/app/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/backend/app/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/backend/vendor/assets/images remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/backend/vendor/assets/javascript remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/backend/vendor/assets/stylesheet remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/select2-rails-3.5.9.1/vendor/assets/images remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/select2-rails-3.5.9.1/vendor/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/select2-rails-3.5.9.1/vendor/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/jquery-ui-rails-5.0.5/app/assets/images remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/core/app/assets/images remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/core/app/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/core/vendor/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/bundler/gems/spree-735ad69db57a/core/vendor/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/font-awesome-rails-4.3.0.0/app/assets/fonts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/font-awesome-rails-4.3.0.0/app/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/turbolinks-2.5.3/lib/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/jquery-rails-4.0.4/vendor/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/coffee-rails-4.1.0/lib/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/app/assets/fonts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.5/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.5/assets/javascripts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.5/assets/fonts remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.5/assets/images remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.5/assets/stylesheets remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/import_node.rb:65:inimport' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/import_node.rb:28:in imported_file' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/import_node.rb:37:incss_import? remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/perform.rb:217:in visit_import' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/base.rb:37:invisit' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/perform.rb:100:in visit remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/base.rb:53:inblock in visit_children' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/base.rb:53:in map' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/base.rb:53:invisit_children' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/perform.rb:109:in block in visit_children' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/perform.rb:121:inwith_environment' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/perform.rb:108:in visit_children' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/base.rb:37:inblock in visit' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/perform.rb:128:in visit_root' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/base.rb:37:invisit' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/perform.rb:100:in visit remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/visitors/perform.rb:7:invisit' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/tree/root_node.rb:20:in render' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/engine.rb:315:in_render' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-3.2.19/lib/sass/engine.rb:262:in render' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sass-rails-4.0.5/lib/sass/rails/template.rb:22:inevaluate remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/tilt-1.4.1/lib/tilt/template.rb:103:in render' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/context.rb:197:inblock in evaluate' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/context.rb:194:in each' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/context.rb:194:inevaluate' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:12:in initialize' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:374:innew' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:374:in block in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:395:incircular_call_protection' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:373:in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:94:inblock in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/caching.rb:58:in cache_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:93:inbuild_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:287:in find_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:61:infind_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:111:in block in resolve_dependencies' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:105:ineach' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:105:in resolve_dependencies' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:97:inbuild_required_assets' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:16:in initialize' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:374:innew' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:374:in block in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:395:incircular_call_protection' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:373:in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:94:inblock in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/caching.rb:58:in cache_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:93:inbuild_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:287:in find_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:61:infind_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:111:in block in resolve_dependencies' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:105:ineach' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:105:in resolve_dependencies' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:97:inbuild_required_assets' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb:16:in initialize' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:374:innew' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:374:in block in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:395:incircular_call_protection' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:373:in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:94:inblock in build_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/caching.rb:58:in cache_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:93:inbuild_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:287:in find_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:61:infind_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/bundled_asset.rb:37:in init_with' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/asset.rb:24:infrom_hash' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/caching.rb:54:in cache_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:93:inbuild_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb:287:in find_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb:61:infind_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/manifest.rb:211:in block in find_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/manifest.rb:257:inbenchmark' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/manifest.rb:210:in find_asset' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/manifest.rb:119:inblock in compile' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/manifest.rb:118:in each' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/sprockets/manifest.rb:118:incompile' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-rails-2.3.1/lib/sprockets/rails/task.rb:70:in block (3 levels) in define' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-2.12.3/lib/rake/sprocketstask.rb:146:inwith_logger' remote: /tmp/build_3afee143b974cdd019a603a9385ac168/vendor/bundle/ruby/2.1.0/gems/sprockets-rails-2.3.1/lib/sprockets/rails/task.rb:69:in `block (2 levels) in define' remote: Tasks: TOP => assets:precompile remote: (See full trace by running task with --trace) remote: ! remote: ! Precompiling assets failed. remote: !

On Jun 22, 2015, at 10:52 PM, Sean Deng notifications@github.com wrote:

I found you should add s.add_dependency 'semantic-ui-sass' in spree-frontend-semantic-ui.gemspec.

— Reply to this email directly or view it on GitHub https://github.com/doabit/semantic-ui-sass/issues/47#issuecomment-114335218.

nonfungibletunji commented 9 years ago

the gem is spree_frontend_semantic_ui on github with underscores. the dependency s.add_dependency 'semantic-ui-sass’ in the gemspec, is already added.

On Jun 22, 2015, at 10:52 PM, Sean Deng notifications@github.com wrote:

I found you should add s.add_dependency 'semantic-ui-sass' in spree-frontend-semantic-ui.gemspec.

— Reply to this email directly or view it on GitHub https://github.com/doabit/semantic-ui-sass/issues/47#issuecomment-114335218.

doabit commented 9 years ago

@stunjiturner Sorry, your gem can't work.

nonfungibletunji commented 9 years ago

do you know the technical reasons why?

On Jun 23, 2015, at 4:41 AM, Sean Deng notifications@github.com wrote:

@stunjiturner https://github.com/stunjiturner Sorry, your gem can't work.

— Reply to this email directly or view it on GitHub https://github.com/doabit/semantic-ui-sass/issues/47#issuecomment-114408291.

doabit commented 9 years ago

This is the log:

rails g spree_frontend_semantic_ui:install
      append  vendor/assets/javascripts/spree/frontend/all.js
/home/doabit/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb:98:in `binread': No such file or directory @ rb_sysopen - /home/doabit/code/spree/vendor/assets/javascripts/spree/frontend/all.js (Errno::ENOENT)
doabit commented 9 years ago

BTW, the spree_frontend_semantic_ui.gemspec is not valid.

nonfungibletunji commented 9 years ago

looking into its now thanks for you another set of eyes.

On Jun 23, 2015, at 5:00 AM, Sean Deng <notifications@github.com mailto:notifications@github.com> wrote:

This is the log:

rails g spree_frontend_semantic_ui:install append vendor/assets/javascripts/spree/frontend/all.js /home/doabit/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb:98:in `binread': No such file or directory @ rb_sysopen - /home/doabit/code/spree/vendor/assets/javascripts/spree/frontend/all.js (Errno::ENOENT) — Reply to this email directly or view it on GitHub https://github.com/doabit/semantic-ui-sass/issues/47#issuecomment-114411894.

nonfungibletunji commented 9 years ago

with a little help from friends, https://github.com/mixonic/ranked-model/issues/72 https://github.com/mixonic/ranked-model/issues/72. I have it working! Missing require statement that was necessary for mounted engine, again thanks

On Jun 23, 2015, at 5:01 AM, Sean Deng notifications@github.com wrote:

spree_frontend_semantic_ui.gemspec