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

index.js « commons « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea945cd3fa5f753a1112aca0e57479f93546e843 (plain)
1
2
3
4
5
6
7
import 'underscore';
import './polyfills';
import './jquery';
import './bootstrap';
import './vue';
import './gitlab_ui';
import '../lib/utils/axios_utils';