Sha256: c06c9b0d27af8d3ec83b31eee4f109bbd149e75787fa5481504115245e1cd7c3

Contents?: true

Size: 231 Bytes

Versions: 6

Compression:

Stored size: 231 Bytes

Contents

let SiteIsTheme,
    SiteIsLibrary,
    SiteIsShareable;

if (Config.install == "theme") {
  SiteIsTheme = true;
}

if (Config.install == "library") {
  SiteIsLibrary = true;
}

if (Config.shareable) {
  SiteIsShareable = true;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
futuro-0.8.1 assets/js/header/custom/Config.js
futuro-0.8.0 assets/js/header/custom/Config.js
futuro-0.7.9 assets/js/header/custom/Config.js
futuro-0.7.8 assets/js/header/custom/Config.js
futuro-0.7.6 assets/js/header/custom/Config.js
futuro-0.7.5 assets/js/header/custom/Config.js