lib/jintastic.rb in jintastic-1.0.2 vs lib/jintastic.rb in jintastic-1.1.0
- old
+ new
@@ -52,10 +52,5 @@
:content_tag_options=>content_tag_options,
:form_tag_options=>form_tag_options,
:form_partial=>form_partial}
end
end
-
-# hack for assets because gems hasn't got rake tasks
-#
-# copy assets at every server start because after update maybe they have to update too
-FileUtils.cp_r File.join(File.dirname(__FILE__), *%w{.. assets .}), Rails.root