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

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