diff options
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/config/manifest.js | 1 | ||||
| -rw-r--r-- | app/assets/javascripts/public_bundle.js | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/config/manifest.js b/app/assets/config/manifest.js index 56d7f6d7..5c3b5518 100644 --- a/app/assets/config/manifest.js +++ b/app/assets/config/manifest.js | |||
| @@ -1 +1,2 @@ | |||
| 1 | //= link admin_bundle.js | 1 | //= link admin_bundle.js |
| 2 | //= link public_bundle.js | ||
diff --git a/app/assets/javascripts/public_bundle.js b/app/assets/javascripts/public_bundle.js new file mode 100644 index 00000000..b66b4a33 --- /dev/null +++ b/app/assets/javascripts/public_bundle.js | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | //= require jquery | ||
| 2 | //= require_self | ||
