helios-technologies / skeleton-rails

A gem to include Skeleton CSS into Rails 3.1
174 stars 45 forks source link

Incompatible with scss #4

Closed mod closed 11 years ago

mod commented 12 years ago
  insert  app/assets/javascripts/application.js
  insert  app/assets/stylesheets/application.css

/home/mod/.gem/gems/thor-0.14.6/lib/thor/actions/inject_into_file.rb:99:in binread': No such file or directory - /home/mod/work/ms/app/assets/stylesheets/application.css (Errno::ENOENT) from /home/mod/.gem/gems/thor-0.14.6/lib/thor/actions/inject_into_file.rb:99:inreplace!' from /home/mod/.gem/gems/thor-0.14.6/lib/thor/actions/inject_into_file.rb:60:in invoke!' from /home/mod/.gem/gems/thor-0.14.6/lib/thor/actions.rb:95:inaction' from /home/mod/.gem/gems/thor-0.14.6/lib/thor/actions/inject_into_file.rb:31:in insert_into_file' from /home/mod/.gem/gems/skeleton-rails-0.0.1/lib/generators/skeleton/install/install_generator.rb:25:inadd_assets' from /home/mod/.gem/gems/thor-0.14.6/lib/thor/task.rb:22:in run' from /home/mod/.gem/gems/thor-0.14.6/lib/thor/invocation.rb:118:ininvoke_task' from /home/mod/.gem/gems/thor-0.14.6/lib/thor/invocation.rb:124:in block in invoke_all' from /home/mod/.gem/gems/thor-0.14.6/lib/thor/invocation.rb:124:ineach' from /home/mod/.gem/gems/thor-0.14.6/lib/thor/invocation.rb:124:in map' from /home/mod/.gem/gems/thor-0.14.6/lib/thor/invocation.rb:124:ininvoke_all' from /home/mod/.gem/gems/thor-0.14.6/lib/thor/group.rb:226:in dispatch' from /home/mod/.gem/gems/thor-0.14.6/lib/thor/base.rb:389:instart' from /home/mod/.gem/gems/railties-3.1.3/lib/rails/generators.rb:168:in invoke' from /home/mod/.gem/gems/railties-3.1.3/lib/rails/commands/generate.rb:12:in<top (required)>' from /home/mod/.gem/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240:in require' from /home/mod/.gem/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240:inblock in require' from /home/mod/.gem/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:223:in block in load_dependency' from /home/mod/.gem/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:640:innew_constants_in' from /home/mod/.gem/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:223:in load_dependency' from /home/mod/.gem/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240:inrequire' from /home/mod/.gem/gems/railties-3.1.3/lib/rails/commands.rb:28:in <top (required)>' from script/rails:6:inrequire' from script/rails:6:in `

'

vshvedov commented 12 years ago

application.css and application.js are default names in rails 3.x

vshvedov commented 12 years ago

Ok, this should be fixed when https://github.com/helios-technologies/skeleton-rails/pull/6 will be merged.