feat(main): Add base theme: This is the falcon theme out of the box.
This commit is contained in:
58
config/assets.yml
Normal file
58
config/assets.yml
Normal file
@ -0,0 +1,58 @@
|
||||
css:
|
||||
product:
|
||||
fileName: product.css
|
||||
media: all
|
||||
priority: 200
|
||||
include:
|
||||
- product
|
||||
checkout:
|
||||
fileName: checkout.css
|
||||
media: all
|
||||
priority: 200
|
||||
include:
|
||||
- cart
|
||||
- checkout
|
||||
- order-confirmation
|
||||
listing:
|
||||
fileName: listing.css
|
||||
media: all
|
||||
priority: 200
|
||||
include:
|
||||
- category
|
||||
- prices-drop
|
||||
- new-products
|
||||
- best-sales
|
||||
- manufacturer
|
||||
- search
|
||||
- module-is_favoriteproducts-favorite
|
||||
|
||||
js:
|
||||
runtime: # This file is only used to handle HMR for multiple entry points
|
||||
fileName: runtime.js
|
||||
priority: 1
|
||||
swipervendor:
|
||||
fileName: swipervendor.js
|
||||
priority: 1
|
||||
product:
|
||||
fileName: product.js
|
||||
priority: 200
|
||||
include:
|
||||
- product
|
||||
checkout:
|
||||
fileName: checkout.js
|
||||
priority: 200
|
||||
include:
|
||||
- cart
|
||||
- checkout
|
||||
- order-confirmation
|
||||
listing:
|
||||
fileName: listing.js
|
||||
priority: 200
|
||||
include:
|
||||
- category
|
||||
- prices-drop
|
||||
- new-products
|
||||
- best-sales
|
||||
- manufacturer
|
||||
- search
|
||||
- module-is_favoriteproducts-favorite
|
||||
Reference in New Issue
Block a user