We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f87b06d + bfd4c00 commit b587bbcCopy full SHA for b587bbc
config/initializers/assets.rb
@@ -1,5 +1,8 @@
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"
5
+
6
# Version of your assets, change this if you want to expire all your assets.
7
Rails.application.config.assets.version = "1.0"
8
spec/support/jasmine-browser.json
@@ -1,5 +1,5 @@
{
- "srcDir": "public/assets",
+ "srcDir": "public/assets/content_block_manager",
"srcFiles": [
"test-dependencies-*.js",
"application-*.js",
0 commit comments