ruhley/angular-color-picker

View on GitHub
grunt/options/connect.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    test: {
        hostname: '*',
        keepalive: true
    }
};