Skip to content
a GovCMS light weight bootstrap base theme
Branch: 7.x-3.x
Clone or download
Pull request Compare This branch is even with govCMS:7.x-3.x.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
css
favicons
fonts
img
includes
js
panels-layouts
src
templates
.gitignore
README.md
composer.json
favicon.ico
govstrap.info
gulpfile.js
logo.png
package.json
template.php
theme-settings.php
yarn.lock

README.md

GovStrap

Overview

This project is a GovCMS light weight bootstrap base theme.

Work with it locally

Requirements

Build and compile assets

Install the npm modules

$ cd MYPROJECT
$ yarn

Compile the assets

$ cd MYPROJECT
$ yarn dev (or prod)

Watch for changes and compile the assets

$ cd MYPROJECT
$ yarn watch

Special assets

Generate Icon-font (https://www.npmjs.com/package/gulp-iconfont)

$ cd MYPROJECT
$ yarn generate-icon-font

Generate Favicon assets (https://realfavicongenerator.net)

$ cd MYPROJECT
$ yarn generate-favicon

Code Quality Tool

Lint

$ cd MYPROJECT
$ yarn lint
You can’t perform that action at this time.