mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 05:44:24 +00:00
Remove CC License refs. MIT all-around.
This commit is contained in:
@@ -47,7 +47,7 @@ module.exports = function(grunt) {
|
||||
'dist/color-thief.min.js': ['src/color-thief.js']
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
sass: {
|
||||
files: ['examples/sass/*.sass'],
|
||||
@@ -74,4 +74,4 @@ module.exports = function(grunt) {
|
||||
|
||||
grunt.registerTask('default', ['compass', 'connect', 'watch']);
|
||||
grunt.registerTask('build', ['compass', 'jshint', 'uglify']);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user