Put difflib/view in the correct vendor.js anymatch set.

This commit is contained in:
Scott Erickson 2014-11-29 17:21:03 -08:00
parent 412955c6be
commit a1ce2fbf32

View file

@ -63,8 +63,8 @@ exports.config =
#- vendor.js, all the vendor libraries
'javascripts/vendor.js': [
regJoin('^vendor/scripts/(?!(Box2d|coffeescript))')
regJoin('^bower_components/(?!(aether|d3|difflib|diffview))')
regJoin('^vendor/scripts/(?!(Box2d|coffeescript|difflib|diffview))')
regJoin('^bower_components/(?!(aether|d3))')
]
#- Other vendor libraries in separate bunches