Sha256: f28612638a8d31ef5e5d909f0d82c151836da9d01456b1f8e936039989a12721

Contents?: true

Size: 669 Bytes

Versions: 10

Compression:

Stored size: 669 Bytes

Contents

-# Load all CDN Base libraries
= render "layouts/mno_enterprise/common_cdn_lib_js"
  
-# JS libraries hosted internally - usually not changing
= javascript_include_tag "mno_enterprise/application_lib"
  
-# Application JS - changing quite often
= javascript_include_tag "mno_enterprise/application"

-# Maestrano Enterprise extensions
-# Only loaded if the file has been included in the list of files to compile
- if Rails.application.config.assets.precompile.include?("mno_enterprise_extensions.js")
  = javascript_include_tag "mno_enterprise_extensions"

-# Development extension
-  if Rails.env.development?
  = javascript_include_tag "ng-performance/ngPerformance"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mno-enterprise-frontend-2.0.9 app/views/layouts/mno_enterprise/_application_js.html.haml
mno-enterprise-frontend-2.0.8 app/views/layouts/mno_enterprise/_application_js.html.haml
mno-enterprise-frontend-2.0.7 app/views/layouts/mno_enterprise/_application_js.html.haml
mno-enterprise-frontend-2.0.6 app/views/layouts/mno_enterprise/_application_js.html.haml
mno-enterprise-frontend-2.0.5 app/views/layouts/mno_enterprise/_application_js.html.haml
mno-enterprise-frontend-2.0.4 app/views/layouts/mno_enterprise/_application_js.html.haml
mno-enterprise-frontend-2.0.3 app/views/layouts/mno_enterprise/_application_js.html.haml
mno-enterprise-frontend-2.0.2 app/views/layouts/mno_enterprise/_application_js.html.haml
mno-enterprise-frontend-2.0.1 app/views/layouts/mno_enterprise/_application_js.html.haml
mno-enterprise-frontend-2.0.0 app/views/layouts/mno_enterprise/_application_js.html.haml