Sha256: 957295a8fb8b0e04479cf69bedc79051e60d1c8ef7f396679710997f4f6e0ab3
Contents?: true
Size: 438 Bytes
Versions: 31
Compression:
Stored size: 438 Bytes
Contents
# frozen_string_literal: true base_path = File.expand_path("..", __dir__) Decidim::Webpacker.register_path("#{base_path}/app/packs") Decidim::Webpacker.register_entrypoints( decidim_proposals: "#{base_path}/app/packs/entrypoints/decidim_proposals.js", decidim_proposals_admin: "#{base_path}/app/packs/entrypoints/decidim_proposals_admin.js" ) Decidim::Webpacker.register_stylesheet_import("stylesheets/decidim/proposals/proposals")
Version data entries
31 entries across 31 versions & 1 rubygems