lib/pugin.rb in pugin-0.8.2 vs lib/pugin.rb in pugin-0.8.3

- old
+ new

@@ -1,9 +1,10 @@ require 'pugin/version' module Pugin - ASSET_VERSION = '1.4.7'.freeze + ASSET_VERSION = '1.4.8'.freeze ASSET_LOCATION_URL = ENV.fetch('ASSET_LOCATION_URL', 'https://s3-eu-west-1.amazonaws.com/web1devci.pugin-website') + STATIC_ASSET_LOCATION_URL = ENV.fetch('STATIC_ASSET_LOCATION_URL', 'https://s3-eu-west-1.amazonaws.com/web1devci.static-assets') class << self # Inspired by bootsrap-sass def load! if rails?