beginning to prep for 5.0.0 release. Disabling Ripple and Kaleidoscope filters for now because they aren't quite ready

This commit is contained in:
Eric Rowell
2014-01-05 14:14:41 -08:00
parent 3d76beb260
commit 3c9eee732f
5 changed files with 12 additions and 283 deletions

View File

@@ -24,10 +24,8 @@ module.exports = function(grunt) {
'src/filters/Threshold.js',
'src/filters/Sepia.js',
'src/filters/Solarize.js',
'src/filters/Ripple.js',
'src/filters/Kaleidoscope.js',
//'src/filters/FilterWrapper.js',
//'src/filters/Polar.js',
//'src/filters/Ripple.js',
//'src/filters/Kaleidoscope.js',
// core
'src/Animation.js',