lib/thunder_punch/recipes/sass/compile.rb in thunder_punch-0.1.2 vs lib/thunder_punch/recipes/sass/compile.rb in thunder_punch-0.1.3

- old
+ new

@@ -3,9 +3,9 @@ #this is pre-asset pipeline days - left in for backwards compatibility namespace :sass do desc "Generate (force) the compiled CSS files from Sass" task :update_stylesheets, :roles => sass_roles do - run "cd #{current_path}; script/runner -e #{rails_env} 'Sass::Plugin.options[:always_update] = 1; Sass::Plugin.update_stylesheets'" + run "cd #{current_path}; ./script/runner -e #{rails_env} 'Sass::Plugin.options[:always_update] = 1; Sass::Plugin.update_stylesheets'" end end end