jakearchibald/tweetdeck-prototype

View on GitHub
gulpfile.js

Summary

Maintainability
A
1 hr
Test Coverage

Function buildTask has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function buildTask(watch) {
  // sass
  if (watch) {
    gulp.watch('www/static/css/**/*.scss', ['sass']);
  }
Severity: Minor
Found in gulpfile.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status