@codacy/legacy-javascripts
Version:
Codacy Styleguide Javascripts [Legacy]
27 lines (16 loc) • 513 B
Markdown
# Codacy Legacy Javascripts
This repository contains the legacy javascripts used by Codacy.
In this project we include some vendor code,
like bootstrap, bootstrap-select and bootstrap-tagsinput due to legacy reasons.
## Resources
This package publishes a some resources to be used:
* `dist/js/main.min.js` - Codacy costum javascripts based on Bootstrap 3 functions, and bootstrap-select/bootstrap-tagsinput as well
## Use
### Install dependencies and build
```sh
yarn
```
### Build
```sh
yarn build
```