Skip to content

Commit

Permalink
Update build to exclude now-deprecated Cufon
Browse files Browse the repository at this point in the history
  • Loading branch information
kangax committed Apr 14, 2015
1 parent 89dbb9a commit a51e110
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ function ifSpecifiedAMDInclude(amdLib) {
var filesToInclude = [
'HEADER.js',

ifSpecifiedDependencyInclude('text', 'cufon', 'lib/cufon.js'),
ifSpecifiedDependencyInclude('serialization', 'json', 'lib/json2.js'),
ifSpecifiedInclude('gestures', 'lib/event.js'),

Expand Down Expand Up @@ -235,7 +234,7 @@ var filesToInclude = [
ifSpecifiedInclude('image_filters', 'src/filters/tint_filter.class.js'),
ifSpecifiedInclude('image_filters', 'src/filters/multiply_filter.class.js'),
ifSpecifiedInclude('image_filters', 'src/filters/blend_filter.class.js'),
ifSpecifiedInclude('image_filters', 'src/filters/resize_filter.class.js'),
ifSpecifiedInclude('image_filters', 'src/filters/resize_filter.class.js'),

ifSpecifiedInclude('text', 'src/shapes/text.class.js'),

Expand Down

0 comments on commit a51e110

Please sign in to comment.