1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00
This commit is contained in:
vabene1111
2021-09-13 21:24:41 +02:00
parent 6350d0e9c5
commit c1161edc6d
19 changed files with 230 additions and 1038 deletions

View File

@@ -1,130 +1,155 @@
{
"status": "done",
"assets": {
"../../templates/sw.js": {
"name": "../../templates/sw.js",
"path": "..\\..\\templates\\sw.js"
},
"css/chunk-vendors.css": {
"name": "css/chunk-vendors.css",
"path": "css\\chunk-vendors.css"
},
"js/chunk-vendors.js": {
"name": "js/chunk-vendors.js",
"path": "js\\chunk-vendors.js",
"publicPath": "http://localhost:8080/js/chunk-vendors.js"
"path": "js\\chunk-vendors.js"
},
"css/cookbook_view.css": {
"name": "css/cookbook_view.css",
"path": "css\\cookbook_view.css"
},
"js/cookbook_view.js": {
"name": "js/cookbook_view.js",
"path": "js\\cookbook_view.js"
},
"css/edit_internal_recipe.css": {
"name": "css/edit_internal_recipe.css",
"path": "css\\edit_internal_recipe.css"
},
"js/edit_internal_recipe.js": {
"name": "js/edit_internal_recipe.js",
"path": "js\\edit_internal_recipe.js",
"publicPath": "http://localhost:8080/js/edit_internal_recipe.js"
"path": "js\\edit_internal_recipe.js"
},
"js/import_response_view.js": {
"name": "js/import_response_view.js",
"path": "js\\import_response_view.js",
"publicPath": "http://localhost:8080/js/import_response_view.js"
"path": "js\\import_response_view.js"
},
"css/model_list_view.css": {
"name": "css/model_list_view.css",
"path": "css\\model_list_view.css"
},
"js/model_list_view.js": {
"name": "js/model_list_view.js",
"path": "js\\model_list_view.js",
"publicPath": "http://localhost:8080/js/model_list_view.js"
"path": "js\\model_list_view.js"
},
"js/offline_view.js": {
"name": "js/offline_view.js",
"path": "js\\offline_view.js",
"publicPath": "http://localhost:8080/js/offline_view.js"
"path": "js\\offline_view.js"
},
"js/recipe_search_view.js": {
"name": "js/recipe_search_view.js",
"path": "js\\recipe_search_view.js",
"publicPath": "http://localhost:8080/js/recipe_search_view.js"
"path": "js\\recipe_search_view.js"
},
"js/recipe_view.js": {
"name": "js/recipe_view.js",
"path": "js\\recipe_view.js",
"publicPath": "http://localhost:8080/js/recipe_view.js"
"path": "js\\recipe_view.js"
},
"js/supermarket_view.js": {
"name": "js/supermarket_view.js",
"path": "js\\supermarket_view.js",
"publicPath": "http://localhost:8080/js/supermarket_view.js"
"path": "js\\supermarket_view.js"
},
"js/user_file_view.js": {
"name": "js/user_file_view.js",
"path": "js\\user_file_view.js",
"publicPath": "http://localhost:8080/js/user_file_view.js"
"path": "js\\user_file_view.js"
},
"recipe_search_view.html": {
"name": "recipe_search_view.html",
"path": "recipe_search_view.html",
"publicPath": "http://localhost:8080/recipe_search_view.html"
"path": "recipe_search_view.html"
},
"recipe_view.html": {
"name": "recipe_view.html",
"path": "recipe_view.html",
"publicPath": "http://localhost:8080/recipe_view.html"
"path": "recipe_view.html"
},
"offline_view.html": {
"name": "offline_view.html",
"path": "offline_view.html",
"publicPath": "http://localhost:8080/offline_view.html"
"path": "offline_view.html"
},
"import_response_view.html": {
"name": "import_response_view.html",
"path": "import_response_view.html",
"publicPath": "http://localhost:8080/import_response_view.html"
"path": "import_response_view.html"
},
"supermarket_view.html": {
"name": "supermarket_view.html",
"path": "supermarket_view.html",
"publicPath": "http://localhost:8080/supermarket_view.html"
"path": "supermarket_view.html"
},
"user_file_view.html": {
"name": "user_file_view.html",
"path": "user_file_view.html",
"publicPath": "http://localhost:8080/user_file_view.html"
"path": "user_file_view.html"
},
"model_list_view.html": {
"name": "model_list_view.html",
"path": "model_list_view.html",
"publicPath": "http://localhost:8080/model_list_view.html"
"path": "model_list_view.html"
},
"edit_internal_recipe.html": {
"name": "edit_internal_recipe.html",
"path": "edit_internal_recipe.html",
"publicPath": "http://localhost:8080/edit_internal_recipe.html"
"path": "edit_internal_recipe.html"
},
"cookbook_view.html": {
"name": "cookbook_view.html",
"path": "cookbook_view.html"
},
"manifest.json": {
"name": "manifest.json",
"path": "manifest.json",
"publicPath": "http://localhost:8080/manifest.json"
"path": "manifest.json"
}
},
"chunks": {
"recipe_search_view": [
"css/chunk-vendors.css",
"js/chunk-vendors.js",
"js/recipe_search_view.js"
],
"recipe_view": [
"css/chunk-vendors.css",
"js/chunk-vendors.js",
"js/recipe_view.js"
],
"offline_view": [
"css/chunk-vendors.css",
"js/chunk-vendors.js",
"js/offline_view.js"
],
"import_response_view": [
"css/chunk-vendors.css",
"js/chunk-vendors.js",
"js/import_response_view.js"
],
"supermarket_view": [
"css/chunk-vendors.css",
"js/chunk-vendors.js",
"js/supermarket_view.js"
],
"user_file_view": [
"css/chunk-vendors.css",
"js/chunk-vendors.js",
"js/user_file_view.js"
],
"model_list_view": [
"css/chunk-vendors.css",
"js/chunk-vendors.js",
"css/model_list_view.css",
"js/model_list_view.js"
],
"edit_internal_recipe": [
"css/chunk-vendors.css",
"js/chunk-vendors.js",
"css/edit_internal_recipe.css",
"js/edit_internal_recipe.js"
],
"cookbook_view": [
"css/chunk-vendors.css",
"js/chunk-vendors.js",
"css/cookbook_view.css",
"js/cookbook_view.js"
]
},
"publicPath": "http://localhost:8080/"
}
}