This commit is contained in:
Martín Bigio 2015-10-19 19:07:34 -04:00
Родитель 17c59ace46
Коммит 8d592650c9
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,9 @@ var config = {
},
getAssetRoots() {
// speficy where to look for assets
// Speficy where to look for assets that are referenced using `image!<image_name>`.
// Asset directories for images referenced using `./<image.extension>` don't require
// any entry in here.
return [];
},