Welcome to mirror list, hosted at ThFree Co, Russian Federation.

vue-resource.js.erb « javascripts « assets « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8001775ce981f7546f9cb372e52e9a5ebe18b07a (plain)
1
2
<% type = Rails.env.development? ? 'full' : 'min' %>
<%= File.read(Rails.root.join("vendor/assets/javascripts/vue-resource.#{type}.js")) %>