Theme-maps use grunt to be able to create specific theme packages.
Build action, include generate the translation files and make a zip file ready to install.
Build all themes
$ grunt build
Build only modern theme
$ grunt build:modern
Build specific theme map
$ grunt build:MAP_THEME_NAME
MAP_THEME_NAME : spain, italia, usa, brasil, india
- Modern theme (base theme)
- Spain theme
- Italia
- Usa
- Brasil
- India
-
theme_map/main.php, homepage template used by modern theme.
-
data/map_main/main.php, homepage template used by map themes. Include some css and js used by homepage map.