From cf888b2dbb91e8c9fac994c379690bcee5491ee0 Mon Sep 17 00:00:00 2001 From: Jose Galisteo Date: Sun, 19 Sep 2021 11:00:39 +0200 Subject: [PATCH] Expose available bundle list --- lib/cssbundling/version.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cssbundling/version.rb b/lib/cssbundling/version.rb index 479eac6..25d2283 100644 --- a/lib/cssbundling/version.rb +++ b/lib/cssbundling/version.rb @@ -1,3 +1,4 @@ module Cssbundling VERSION = "0.1.8" + BUNDLER_LIST = [:tailwind, :bootstrap, :bulma, :postcss, :sass] end