Sha256: 4626456ae4fdcd92f30548766510a8d7d1a430620a272ea5f40005b28f5caa00
Contents?: true
Size: 330 Bytes
Versions: 1
Compression:
Stored size: 330 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_feeds: "#{base_path}/app/packs/entrypoints/decidim_posts.js" ) Decidim::Webpacker.register_stylesheet_import("stylesheets/decidim/posts/posts")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
decidim-posts-1.0.0 | config/assets.rb |