Fixed order of gulp imports.

This commit is contained in:
Uwe Oestermeier 2019-07-18 08:40:48 +02:00
parent 774f5989ec
commit 0f4949b0ae
3 changed files with 74 additions and 75 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -22,9 +22,9 @@ function vendors() {
'./lib/3rdparty/pixi-ease.js',
'./lib/3rdparty/pixi-viewport.js',
'./lib/3rdparty/convertPointFromPageToNode.js',
'./lib/3rdparty/jquery.hypher.js',
'./lib/3rdparty/hyphenation/de.js',
'./lib/3rdparty/hyphenation/en-gb.js',
'./lib/3rdparty/jquery.hypher.js'
'./lib/3rdparty/hyphenation/en-gb.js'
],
{ sourcemaps: false }
)