ruhley/angular-color-picker

View on GitHub
grunt/options/run.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    rollup: {
      cmd: 'node',
      args: ['grunt/rollup.js']
    }
};