Skip to content

Commit

Permalink
Update 'activate' theme so it works with the asset pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedlund committed Jun 22, 2013
1 parent 7e14f7b commit c759f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/activate/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
-#%link{:href => "/themes/activate/stylesheets/site.less", :rel => "stylesheet/less", :type => "text/css"}/
/ JavaScripts, static
-# theme_javascript_include_tag "less"
= javascript_include_tag "application", :cache => true
= javascript_include_tag 'application'
= theme_javascript_include_tag 'chosen.jquery'
= theme_javascript_include_tag 'bootstrap-modal'
= theme_javascript_include_tag 'bootstrap-alert'
Expand Down

0 comments on commit c759f90

Please sign in to comment.