Fixed order of gulp imports.
This commit is contained in:
parent
774f5989ec
commit
0f4949b0ae
141
dist/iwmlib.3rdparty.js
vendored
141
dist/iwmlib.3rdparty.js
vendored
File diff suppressed because one or more lines are too long
2
dist/iwmlib.3rdparty.min.js
vendored
2
dist/iwmlib.3rdparty.min.js
vendored
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-ease.js',
|
||||||
'./lib/3rdparty/pixi-viewport.js',
|
'./lib/3rdparty/pixi-viewport.js',
|
||||||
'./lib/3rdparty/convertPointFromPageToNode.js',
|
'./lib/3rdparty/convertPointFromPageToNode.js',
|
||||||
|
'./lib/3rdparty/jquery.hypher.js',
|
||||||
'./lib/3rdparty/hyphenation/de.js',
|
'./lib/3rdparty/hyphenation/de.js',
|
||||||
'./lib/3rdparty/hyphenation/en-gb.js',
|
'./lib/3rdparty/hyphenation/en-gb.js'
|
||||||
'./lib/3rdparty/jquery.hypher.js'
|
|
||||||
],
|
],
|
||||||
{ sourcemaps: false }
|
{ sourcemaps: false }
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user