We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b587bbc + 4628453 commit 840d0ffCopy full SHA for 840d0ff
2 files changed
config/initializers/assets.rb
@@ -1,7 +1,7 @@
1
# Be sure to restart your server when you modify this file.
2
3
# Path within public/ where assets are compiled to
4
-Rails.application.config.assets.prefix = "/assets/content_block_manager"
+Rails.application.config.assets.prefix = "/assets/content-block-manager"
5
6
# Version of your assets, change this if you want to expire all your assets.
7
Rails.application.config.assets.version = "1.0"
spec/support/jasmine-browser.json
@@ -1,5 +1,5 @@
{
- "srcDir": "public/assets/content_block_manager",
+ "srcDir": "public/assets/content-block-manager",
"srcFiles": [
"test-dependencies-*.js",
"application-*.js",
0 commit comments