thoughtbot--shoulda-matchers/doc_config/yard/templates/default/layout/html/setup.rb

9 lines
205 B
Ruby
Raw Normal View History

2014-06-20 04:44:06 +00:00
def stylesheets
%w(css/solarized.css css/bootstrap.css css/global.css) + super
end
def javascripts
javascripts = super
javascripts.insert 1, 'js/jquery.stickyheaders.js', 'js/underscore.min.js'
end