Fix JSPM not downloading the whole dist/ tree
Essential files were missing from `dist/images/**/*`. Now it grabs all necessary files correctly.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"jspmNodeConversion": false
|
||||
"jspmNodeConversion": false,
|
||||
"files": ["dist/"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user