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