burdamagazinorg/infinite_theme

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (3.0-beta1) of this package.

Maintainers

Package info

github.com/BurdaMagazinOrg/infinite-theme

Language:CSS

Type:drupal-theme

pkg:composer/burdamagazinorg/infinite_theme

Statistics

Installs: 186 925

Dependents: 1

Suggesters: 0

Stars: 10

Open Issues: 22

3.0-beta1 2018-03-20 15:12 UTC

This package is auto-updated.

Last update: 2023-11-16 23:31:47 UTC


README

Total Downloads Monthly Downloads License

Drupal 8 theme delivered with the Thunder CMS.

PLEASE NOTE: This theme is not longer actively maintained and is considered deprecated.

Theme preview

Installation

  1. make sure you have node with npm installed (https://nodejs.org/)
  2. go to theme path in your shell: cd docroot/themes/contrib/infinite_theme
  3. type: npm install to build the theme for production use

Development

  • gulp build the theme for production use (this starts automatically after npm install)
  • gulp bower runs bower update
  • gulp sass generates compressed CSS for production use
  • gulp sass --dev generates readable CSS with source maps
  • gulp watch auto-builds if a change is detected in sass / templates / js and reloads the browser thanks to BrowserSync
  • gulp watch --http://yourhost.local:8888 you can provide your URL with the command directly
  • gulp watch --http://yourhost.local:8888 --dev you can also generate readable CSS, while watching for changes