Skip to content

A package for Neos CMS which render and cache dynamic CSS (scss) and Javascript resources.

Notifications You must be signed in to change notification settings

patriceckhart/NeosRulez.DynamicResources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic resources for Neos CMS

A package for Neos CMS which render and cache dynamic CSS (scss) and Javascript resources.

Installation

composer require neosrulez/dynamicresources

Usage

NeosRulez:
  DynamicResources:
    site:
      resources:
        head:
          scripts:
            acmeHeaderJs: 'resource://Acme.Package/Private/JavaScript/Scripts.js'
          styles:
            acmeHeaderCss: 'resource://Acme.Package/Private/Styles/Styles.scss'
        footer:
          scripts:
            acmeFooterJs: 'resource://Acme.Package/Private/JavaScript/Footer/Scripts.js'
          styles:
            acmeFooterCss: 'resource://Acme.Package/Private/Styles/Footer/Styles.scss'

Author

About

A package for Neos CMS which render and cache dynamic CSS (scss) and Javascript resources.

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages