helsingborg-stad / municipio-innovation-theme
Wordpress child theme for Municipio
Package info
github.com/helsingborg-stad/municipio-innovation-theme
Language:Blade
Type:wordpress-theme
pkg:composer/helsingborg-stad/municipio-innovation-theme
1.5.1
2021-10-05 07:12 UTC
Requires
- composer/installers: ^1.0
- helsingborg-stad/acf-export-manager: >=1.0.0
- philo/laravel-blade: ^3.1
- symfony/debug: ^4.0
This package is auto-updated.
Last update: 2026-06-13 00:20:34 UTC
README
An empty Municipio child theme. Including npm dependencies for Gulp compilation/minifiy of JS and SASS.
Getting started
This is a simple guide on how to get started with the Municipio Childtheme.
Make sure to have Node.js installed on your machine.
- First off run the setup script from Terminal.
cdto your theme folder and runsh setup.shand fill in the requested information. - Run
npm installto install Node dependencies (gulp). - To compile SASS and JS just run
npm run buildin the theme folder.