diff options
| author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-06-13 05:19:02 -0700 |
|---|---|---|
| committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-06-13 05:19:02 -0700 |
| commit | d1953a26401c0550670fc780a4516b0799238454 (patch) | |
| tree | e6b9729bb46eb15c8b0c647b1bf9db021eaf6768 /config | |
| parent | a243253b10244e8a3b62c40b686b52ac61a3adc8 (diff) | |
| download | gitlab-ce-d1953a26401c0550670fc780a4516b0799238454.tar.gz | |
no need to extend assets path anymore
see 865cf830c482b120aad70d40ebee595901899b1c
Diffstat (limited to 'config')
| -rw-r--r-- | config/application.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/application.rb b/config/application.rb index 9b3dd636e55..7bd5703b31a 100644 --- a/config/application.rb +++ b/config/application.rb @@ -44,8 +44,5 @@ module Gitlab # Version of your assets, change this if you want to expire all your assets config.assets.version = '1.0' - - # Extend assets path - config.assets.paths << Rails.root.join('vendor', 'assets', 'images', 'jquery-ui') end end |
