mirror of
https://github.com/redmine/redmine.git
synced 2026-01-18 21:43:01 +01:00
git-svn-id: https://svn.redmine.org/redmine/trunk@23699 e93f8b46-1217-0410-a6f0-8f06a7374b81
9 lines
268 B
Ruby
9 lines
268 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Pin npm packages by running ./bin/importmap
|
|
|
|
pin "application"
|
|
pin "@hotwired/stimulus", to: "stimulus.min.js"
|
|
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js"
|
|
pin_all_from "app/javascript/controllers", under: "controllers"
|