more stuff

This commit is contained in:
John Bintz 2012-02-13 14:06:20 -05:00
parent 882e8a04f1
commit be18a2f0ea
2 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ module Attentive
env = Sprockets::EnvironmentWithVendoredGems.new
env.append_path 'assets/javascripts'
env.append_path 'assets/stylesheets'
env.append_path 'assets/images'
env.append_path Attentive.root.join('vendor/assets/javascripts')
env.append_path Attentive.root.join('lib/assets/javascripts')
env.append_path Attentive.root.join('lib/assets/stylesheets')

View File