mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
7 lines
254 B
Text
7 lines
254 B
Text
<%
|
|
# TODO this is very tricky, we want to add a dependency here on files that may not yet exist
|
|
# otherwise in dev we are often stuck nuking the tmp/cache directory
|
|
DiscoursePluginRegistry.stylesheets.each do |css|
|
|
require_asset(css)
|
|
end
|
|
%>
|