Skip to content

Commit 840d0ff

Browse files
authored
Merge pull request #21 from alphagov/CM-416-rename-assets-prefix
(CM-416) Alter assets prefix
2 parents b587bbc + 4628453 commit 840d0ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/initializers/assets.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Be sure to restart your server when you modify this file.
22

33
# Path within public/ where assets are compiled to
4-
Rails.application.config.assets.prefix = "/assets/content_block_manager"
4+
Rails.application.config.assets.prefix = "/assets/content-block-manager"
55

66
# Version of your assets, change this if you want to expire all your assets.
77
Rails.application.config.assets.version = "1.0"

spec/support/jasmine-browser.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"srcDir": "public/assets/content_block_manager",
2+
"srcDir": "public/assets/content-block-manager",
33
"srcFiles": [
44
"test-dependencies-*.js",
55
"application-*.js",

0 commit comments

Comments
 (0)