|
@ -58,30 +58,30 @@ |
|
|
], |
|
|
], |
|
|
'assets': { |
|
|
'assets': { |
|
|
'web.assets_frontend': [ |
|
|
'web.assets_frontend': [ |
|
|
'/theme_silon/static/src/css/font-awesome.min.css', |
|
|
'theme_silon/static/src/css/font-awesome.min.css', |
|
|
'/theme_silon/static/src/scss/_variables.scss', |
|
|
'theme_silon/static/src/scss/_variables.scss', |
|
|
'/theme_silon/static/src/scss/_normalize.scss', |
|
|
'theme_silon/static/src/scss/_normalize.scss', |
|
|
'/theme_silon/static/src/scss/_common.scss', |
|
|
'theme_silon/static/src/scss/_common.scss', |
|
|
'/theme_silon/static/src/scss/components/_buttons.scss', |
|
|
'theme_silon/static/src/scss/components/_buttons.scss', |
|
|
'/theme_silon/static/src/scss/layout/_footer.scss', |
|
|
'theme_silon/static/src/scss/layout/_footer.scss', |
|
|
'/theme_silon/static/src/scss/components/_banner.scss', |
|
|
'theme_silon/static/src/scss/components/_banner.scss', |
|
|
'/theme_silon/static/src/scss/components/_product.scss', |
|
|
'theme_silon/static/src/scss/components/_product.scss', |
|
|
'/theme_silon/static/src/scss/pages/home/_offers.scss', |
|
|
'theme_silon/static/src/scss/pages/home/_offers.scss', |
|
|
'/theme_silon/static/src/scss/pages/home/_features.scss', |
|
|
'theme_silon/static/src/scss/pages/home/_features.scss', |
|
|
'/theme_silon/static/src/scss/pages/home/_journal.scss', |
|
|
'theme_silon/static/src/scss/pages/home/_journal.scss', |
|
|
'/theme_silon/static/src/scss/pages/home/_trending.scss', |
|
|
'theme_silon/static/src/scss/pages/home/_trending.scss', |
|
|
'/theme_silon/static/src/scss/pages/home/_follow-us.scss', |
|
|
'theme_silon/static/src/scss/pages/home/_follow-us.scss', |
|
|
'/theme_silon/static/src/scss/pages/home/_most-popular.scss', |
|
|
'theme_silon/static/src/scss/pages/home/_most-popular.scss', |
|
|
'/theme_silon/static/src/scss/pages/_maincontents.scss', |
|
|
'theme_silon/static/src/scss/pages/_maincontents.scss', |
|
|
'/theme_silon/static/src/scss/pages/_product.scss', |
|
|
'theme_silon/static/src/scss/pages/_product.scss', |
|
|
'/theme_silon/static/src/scss/pages/_about.scss', |
|
|
'theme_silon/static/src/scss/pages/_about.scss', |
|
|
'/theme_silon/static/src/scss/layout/_header.scss', |
|
|
'theme_silon/static/src/scss/layout/_header.scss', |
|
|
'/theme_silon/static/src/scss/pages/_preview.scss', |
|
|
'theme_silon/static/src/scss/pages/_preview.scss', |
|
|
'/theme_silon/static/src/scss/pages/_contact.scss', |
|
|
'theme_silon/static/src/scss/pages/_contact.scss', |
|
|
'/theme_silon/static/src/scss/pages/_cart.scss', |
|
|
'theme_silon/static/src/scss/pages/_cart.scss', |
|
|
'/theme_silon/static/src/js/most_popular.js', |
|
|
'theme_silon/static/src/js/most_popular.js', |
|
|
'/theme_silon/static/src/js/featured_product.js', |
|
|
'theme_silon/static/src/js/featured_product.js', |
|
|
'/theme_silon/static/src/js/trending.js', |
|
|
'theme_silon/static/src/js/trending.js', |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
'license': 'LGPL-3', |
|
|
'license': 'LGPL-3', |
|
|