Skip to content

deviodigital/hue.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎨 hue.js

Color Picker for WordPress - ☝️ Make sure you ⭐ and 👀 this repository!

📣 ANNOUNCEMENT

The master branch is under active development and may not always be working.

Stable Release: v0.1

📖 DOCS

todo

📝 LICENSE

Copyright (c) 2018 Robert DeVore (c) 2014 Matt Wiebe

Licensed under the GPLv2 license.

👍 CONTRIBUTING

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

⚠️ WARNING

Please don't edit files in the dist subdirectory as they are generated via grunt. You'll find source code in the src subdirectory!

While grunt can run the included unit tests via PhantomJS, this shouldn't be considered a substitute for the real thing. Please be sure to test the test/*.html unit test file(s) in actual browsers.

📝 INSTALL GRUNT

This assumes you have node.js and npm installed already.

  1. Test that grunt is installed globally by running grunt --version at the command-line.
  2. If grunt isn't installed globally, run npm install -g grunt-cli to install the latest version. You may need to run sudo npm install -g grunt-cli.
  3. From the root directory of this project, run npm install to install the project's dependencies.