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:
Jan Peša
2017-01-31 16:25:22 +01:00
committed by GitHub
parent 918910c356
commit eb01583e80
@@ -1,3 +1,4 @@
{
"jspmNodeConversion": false
"jspmNodeConversion": false,
"files": ["dist/"]
}