mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Put difflib/view in the correct vendor.js anymatch set.
This commit is contained in:
parent
412955c6be
commit
a1ce2fbf32
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue