Add all files in sdkjs/common/Images to build directory

This commit is contained in:
Oleg Korshul 2018-03-12 10:52:21 +03:00
parent 79484a6ebf
commit f2268b9996

View file

@ -15,7 +15,7 @@
"expand": true, "expand": true,
"cwd": "../../sdkjs/common/", "cwd": "../../sdkjs/common/",
"src": [ "src": [
"Images/*.cur", "Images/*",
"Native/*.js" "Native/*.js"
], ],
"dest": "../deploy/sdkjs/common/" "dest": "../deploy/sdkjs/common/"