src/lib/compress.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function compress has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function compress () {
  let assetsPath = Config.getAssetsPath()

  if (!fs.existsSync(assetsPath)) {
    // TODO notify the user that no assets were found
Severity: Minor
Found in src/lib/compress.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status