Fixed order of gulp imports.
This commit is contained in:
Vendored
+71
-72
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+2
-2
@@ -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 }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user